summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/run_test_ipv6.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/run_test_ipv6.pl')
-rwxr-xr-xTAO/orbsvcs/tests/Notify/Basic/run_test_ipv6.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/run_test_ipv6.pl b/TAO/orbsvcs/tests/Notify/Basic/run_test_ipv6.pl
index 0a37bf4613b..8a181a0712b 100755
--- a/TAO/orbsvcs/tests/Notify/Basic/run_test_ipv6.pl
+++ b/TAO/orbsvcs/tests/Notify/Basic/run_test_ipv6.pl
@@ -87,14 +87,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 " .
@@ -139,7 +136,6 @@ for $config (@test_configs)
$Notification->Kill ();
}
-}
$Naming->Kill ();