summaryrefslogtreecommitdiff
path: root/orbsvcs/examples/Notify/ThreadPool/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/examples/Notify/ThreadPool/run_test.pl')
-rwxr-xr-xorbsvcs/examples/Notify/ThreadPool/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/orbsvcs/examples/Notify/ThreadPool/run_test.pl b/orbsvcs/examples/Notify/ThreadPool/run_test.pl
index 61f862dab37..ae2714106e6 100755
--- a/orbsvcs/examples/Notify/ThreadPool/run_test.pl
+++ b/orbsvcs/examples/Notify/ThreadPool/run_test.pl
@@ -63,10 +63,10 @@ $nfs->DeleteFile ($nfsiorfile);
$sup->DeleteFile ($supiorfile);
-$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 -ORBSvcConf $nfs_nfsconf -ORBDebugLevel $debug";
$SUP = $sup->CreateProcess ("Supplier");