summaryrefslogtreecommitdiff
path: root/ACE/tests/Bug_3319_Regression_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Bug_3319_Regression_Test.cpp')
-rw-r--r--ACE/tests/Bug_3319_Regression_Test.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/ACE/tests/Bug_3319_Regression_Test.cpp b/ACE/tests/Bug_3319_Regression_Test.cpp
index 4618a66b39b..ea6de0c6322 100644
--- a/ACE/tests/Bug_3319_Regression_Test.cpp
+++ b/ACE/tests/Bug_3319_Regression_Test.cpp
@@ -8,15 +8,11 @@
*/
#include "ace/ACE.h"
-#include "tests/test_config.h"
+#include "test_config.h"
#include "ace/Service_Config.h"
#include "ace/ARGV.h"
#include "ace/Log_Msg.h"
-ACE_RCSID (tests,
- Bug_3319_Regression_Test,
- "$Id$")
-
int
run_main (int, ACE_TCHAR *[])
{
@@ -27,7 +23,7 @@ run_main (int, ACE_TCHAR *[])
args.add (ACE_TEXT("MyProgram"), true);
int ret = ACE_Service_Config::open(args.argc(), args.argv(),
ACE_DEFAULT_LOGGER_KEY,
- 1, 0, 1);
+ 1, 1, 1);
if (ACE_OS::strcmp (log_msg->program_name (), ACE_TEXT("MyProgram")) != 0)
{