summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/AVStreams/Full_Profile/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/AVStreams/Full_Profile/run_test.pl')
-rwxr-xr-xorbsvcs/tests/AVStreams/Full_Profile/run_test.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/orbsvcs/tests/AVStreams/Full_Profile/run_test.pl b/orbsvcs/tests/AVStreams/Full_Profile/run_test.pl
index 152b75c34c7..4c48c39bccf 100755
--- a/orbsvcs/tests/AVStreams/Full_Profile/run_test.pl
+++ b/orbsvcs/tests/AVStreams/Full_Profile/run_test.pl
@@ -63,7 +63,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";
@@ -106,16 +106,16 @@ for $protocol (@protocols) {
else {
$outputfile = $protocol."_output";
}
-
+
my $sv_outputfile = $sv->LocalFile ($outputfile);
$ns->DeleteFile ($outputfile);
- $SV = $sv->CreateProcess ("server",
+ $SV = $sv->CreateProcess ("server",
"-ORBInitRef NameService=file://$sv_nsiorfile ".
"-ORBDebugLevel $debug ".
"-f $sv_outputfile");
- $CL = $cl->CreateProcess ("ftp",
+ $CL = $cl->CreateProcess ("ftp",
"-ORBInitRef NameService=file://$cl_nsiorfile ".
"-ORBDebugLevel $debug ".
"-f $cl_inputfile");