summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/AVStreams/Simple_Three_Stage/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/AVStreams/Simple_Three_Stage/run_test.pl')
-rwxr-xr-xorbsvcs/tests/AVStreams/Simple_Three_Stage/run_test.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/orbsvcs/tests/AVStreams/Simple_Three_Stage/run_test.pl b/orbsvcs/tests/AVStreams/Simple_Three_Stage/run_test.pl
index 759584647d6..0dd3f388e65 100755
--- a/orbsvcs/tests/AVStreams/Simple_Three_Stage/run_test.pl
+++ b/orbsvcs/tests/AVStreams/Simple_Three_Stage/run_test.pl
@@ -50,16 +50,16 @@ if ($sv->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");
-$SV = $sv->CreateProcess ("sender",
+$SV = $sv->CreateProcess ("sender",
" -ORBDebugLevel $debug_level ".
" -ORBInitRef NameService=file://$sv_nsiorfile ".
"-f $sv_inputfile");
-$RE = $re->CreateProcess ("receiver",
+$RE = $re->CreateProcess ("receiver",
" -ORBInitRef NameService=file://$re_nsiorfile ".
"-f $re_outputfile");
-$DI = $di->CreateProcess ("distributer",
+$DI = $di->CreateProcess ("distributer",
" -ORBInitRef NameService=file://$di_nsiorfile ");
print STDERR "Starting Naming Service\n";