summaryrefslogtreecommitdiff
path: root/orbsvcs/examples/Notify/Subscribe/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/examples/Notify/Subscribe/run_test.pl')
-rwxr-xr-xorbsvcs/examples/Notify/Subscribe/run_test.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/orbsvcs/examples/Notify/Subscribe/run_test.pl b/orbsvcs/examples/Notify/Subscribe/run_test.pl
index 28f694b5206..121fd68fd9f 100755
--- a/orbsvcs/examples/Notify/Subscribe/run_test.pl
+++ b/orbsvcs/examples/Notify/Subscribe/run_test.pl
@@ -38,13 +38,13 @@ $nfs->DeleteFile ($nsiorfile);
$sub->DeleteFile ($nsiorfile);
$nfs->DeleteFile ($nfsiorfile);
-$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");
-$NFS = $nfs->CreateProcess ("$ENV{TAO_ROOT}/orbsvcs/Notify_Service/Notify_Service");
+$NFS = $nfs->CreateProcess ("$ENV{TAO_ROOT}/orbsvcs/Notify_Service/tao_cosnotification");
$Notify_Args = "-ORBInitRef NameService=file://$nfs_nsiorfile -IORoutput $nfs_nfsiorfile ";
-$SUB = $sub->CreateProcess ("Subscribe");
+$SUB = $sub->CreateProcess ("Subscribe");
$Subscribe_Args = "-ORBInitRef NameService=file://$sub_nsiorfile -ORBDebugLevel $debug_level";
$NS_status = $NS->Spawn ();