summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-06-06 13:44:54 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-06-06 13:44:54 +0000
commit98520e45283b660310d88cdcfe28c788fcf1b472 (patch)
treeec69f7674f0dcf963dd7dfdeb5b26a96d2b14565
parent3cdf6ad44ffe3dd8bc539164756d3981e2677c5a (diff)
downloadATCD-98520e45283b660310d88cdcfe28c788fcf1b472.tar.gz
-rwxr-xr-xTAO/orbsvcs/tests/Notify/Bug_3688b_Regression/run_test.pl4
-rw-r--r--TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/server.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/run_test.pl b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/run_test.pl
index 063e0f1b1df..6bc1e008eb0 100755
--- a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/run_test.pl
+++ b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/run_test.pl
@@ -20,14 +20,14 @@ else {
$SV = new PerlACE::Process ("server", "");
}
-print STDERR "\n\n==== Running bug 3688 regression test\n";
+print STDERR "\n\n==== Running bug 3688b regression test\n";
$SV->Spawn ();
$collocated = $SV->WaitKill (15);
if ($collocated != 0) {
- print STDERR "ERROR: Bug_3688_Regression returned $collocated\n";
+ print STDERR "ERROR: Bug_3688b_Regression returned $collocated\n";
$status = 1;
}
diff --git a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/server.cpp b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/server.cpp
index 531b6fa61db..948e64a01fe 100644
--- a/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/server.cpp
+++ b/TAO/orbsvcs/tests/Notify/Bug_3688b_Regression/server.cpp
@@ -36,7 +36,7 @@ ACE_TCHAR const * const scpc_loadNotifyService = ACE_DYNAMIC_SERVICE_DIRECTIVE(
"testNotifyService",
"TAO_Notify_Service",
"_make_TAO_Notify_Service_Driver",
- "-Channel -ChannelName Channel1 -ChannelName Channel2 -RunThreads 1 -ORBInitRef NameService=file://naming.ior -IORoutput notify.ior -ORBDebugLevel 10"
+ "-Channel -ChannelName Channel1 -ChannelName Channel2 -RunThreads 1 -ORBInitRef NameService=file://naming.ior -IORoutput notify.ior"
);
ACE_TCHAR const * const scpc_unloadNotifyService = ACE_REMOVE_SERVICE_DIRECTIVE("testNotifyService");