summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/AVStreams/Multicast/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/AVStreams/Multicast/run_test.pl')
-rwxr-xr-xorbsvcs/tests/AVStreams/Multicast/run_test.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/orbsvcs/tests/AVStreams/Multicast/run_test.pl b/orbsvcs/tests/AVStreams/Multicast/run_test.pl
index 94d4db635e8..0ad321e25b7 100755
--- a/orbsvcs/tests/AVStreams/Multicast/run_test.pl
+++ b/orbsvcs/tests/AVStreams/Multicast/run_test.pl
@@ -57,17 +57,17 @@ if ($cl->PutFile ($inputfile) == -1) {
exit 1;
}
-$NS = $ns->CreateProcess ("$ENV{TAO_ROOT}/orbsvcs/Naming_Service/Naming_Service",
+$NS = $ns->CreateProcess ("$ENV{TAO_ROOT}/orbsvcs/Naming_Service/tao_cosnaming",
" -o $ns_nsiorfile");
-$SV1 = $sv1->CreateProcess ("server",
+$SV1 = $sv1->CreateProcess ("server",
" -ORBDebugLevel $debug_level ".
" -ORBInitRef NameService=file://$sv1_nsiorfile ".
"-f $sv1_test1file");
-$SV2 = $sv2->CreateProcess ("server",
+$SV2 = $sv2->CreateProcess ("server",
" -ORBDebugLevel $debug_level ".
" -ORBInitRef NameService=file://$sv2_nsiorfile ".
"-f $sv2_test2file");
-$CL = $cl->CreateProcess ("ftp",
+$CL = $cl->CreateProcess ("ftp",
"-ORBSvcConf $cl_conffile ".
" -ORBInitRef NameService=file://$cl_nsiorfile ".
"-f $cl_inputfile");