summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/AVStreams/Simple_Two_Stage/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/AVStreams/Simple_Two_Stage/run_test.pl')
-rwxr-xr-xorbsvcs/tests/AVStreams/Simple_Two_Stage/run_test.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/orbsvcs/tests/AVStreams/Simple_Two_Stage/run_test.pl b/orbsvcs/tests/AVStreams/Simple_Two_Stage/run_test.pl
index 3d26e83d6a4..6b822f19ce1 100755
--- a/orbsvcs/tests/AVStreams/Simple_Two_Stage/run_test.pl
+++ b/orbsvcs/tests/AVStreams/Simple_Two_Stage/run_test.pl
@@ -65,7 +65,7 @@ for ($i = 0; $i <= $#ARGV; $i++) {
}
}
-$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");
print STDERR "Starting Naming Service\n";
@@ -111,12 +111,12 @@ for $protocol (@protocols) {
my $sv_outputfile = $sv->LocalFile ($outputfile);
$ns->DeleteFile ($outputfile);
- $SV = $sv->CreateProcess ("receiver",
+ $SV = $sv->CreateProcess ("receiver",
"-ORBInitRef NameService=file://$sv_nsiorfile ".
"-ORBDebugLevel $debug ".
"-f $sv_outputfile");
- $CL = $cl->CreateProcess ("sender",
+ $CL = $cl->CreateProcess ("sender",
"-ORBInitRef NameService=file://$cl_nsiorfile ".
"-ORBDebugLevel $debug ".
"-p $protocol ".