summaryrefslogtreecommitdiff
path: root/ACE/tests/Bug_3334_Regression_Test.cpp
diff options
context:
space:
mode:
authorcbeaulac <cbeaulac@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-08-02 11:53:13 +0000
committercbeaulac <cbeaulac@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-08-02 11:53:13 +0000
commitcefbc9e00cb579380137feeadd9759ebe9786668 (patch)
tree1fafefdf53066ac162526fec92ead068acfa0e48 /ACE/tests/Bug_3334_Regression_Test.cpp
parent5d419914c5c5ea4792dcf5a8c3d7f33c511d8b66 (diff)
downloadATCD-cefbc9e00cb579380137feeadd9759ebe9786668.tar.gz
Sun Aug 2 11:53:09 UTC 2009 Chad Beaulac <chad@objectivesolutions.com>
* Bug 3334 - Revisions 86318 86319 86320 * tests/Bug_3334_Regression_Test.cpp Renamed from Service_Config_Stream_SEGV.cpp * Tests/Bug_3334_Regression_Test.cpp Renamed from Service_Config_Stream_SEGV.conf * tests/run_test.list Added Bug_3334_Regression_Test Put changes back in from Carlos's commit below * tests/tests.mpc Added Bug_3334_Regression_Test Put changes back in from Carlos's commit
Diffstat (limited to 'ACE/tests/Bug_3334_Regression_Test.cpp')
-rw-r--r--ACE/tests/Bug_3334_Regression_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Bug_3334_Regression_Test.cpp b/ACE/tests/Bug_3334_Regression_Test.cpp
index f010305c1bd..f3e0ff4c815 100644
--- a/ACE/tests/Bug_3334_Regression_Test.cpp
+++ b/ACE/tests/Bug_3334_Regression_Test.cpp
@@ -29,7 +29,7 @@ run_main (int, ACE_TCHAR *argv[])
ACE_TCHAR *_argv[3] = { argv[0],
const_cast<ACE_TCHAR*> (ACE_TEXT ("-f")),
const_cast<ACE_TCHAR*>
- (ACE_TEXT ("Service_Config_Stream_SEGV.conf")) };
+ (ACE_TEXT ("Bug_3334_Regression_Test.conf")) };
int status;
if ((status = ACE_Service_Config::open (3,
_argv,