summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/Notify/Basic/run_test.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/run_test.pl b/TAO/orbsvcs/tests/Notify/Basic/run_test.pl
index 18fccbc0466..23c71d27f1a 100755
--- a/TAO/orbsvcs/tests/Notify/Basic/run_test.pl
+++ b/TAO/orbsvcs/tests/Notify/Basic/run_test.pl
@@ -91,15 +91,11 @@ if (PerlACE::waitforfile_timed ($namingior, $startup_timeout) == -1) {
exit 1;
}
-for $dispatch_opt ("", "-UseSeparateDispatchingOrb 1")
-{
-
for $config (@test_configs)
{
print STDERR "\nTesting Notification Service with config file = $config ....\n\n";
$Notification = new PerlACE::Process ("../../../Notify_Service/Notify_Service",
- ' '.$dispatch_opt.' '.
"-ORBInitRef NameService=file://$namingior " .
"-IORoutput $notifyior " .
"-ORBSvcConf $config");
@@ -147,7 +143,6 @@ for $config (@test_configs)
$Notification->Kill ();
}
-}
$Naming->Kill ();