summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-09 19:50:32 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-09-09 19:50:32 +0000
commitd5a11d1190a910374512054ea509057b5f0e3658 (patch)
tree4e47fa4ff46a6759ac1519a3d70480cb3ee9ffa4 /TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl
parent9dd73706bc6ebee5ae38f0ea5cc5ef4733500376 (diff)
downloadATCD-d5a11d1190a910374512054ea509057b5f0e3658.tar.gz
ChangeLogTag:Thu Sep 9 14:49:17 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl b/TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl
index cd610c1bd7c..04a780c5c30 100755
--- a/TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl
+++ b/TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl
@@ -29,17 +29,17 @@ $ES = Process::Create ("..".$DIR_SEPARATOR.
"..".$DIR_SEPARATOR.
"Event_Service".$DIR_SEPARATOR.
"Event_Service".$EXE_EXT,
- "-ORBNameServiceIOR file://$NS_ior -t new");
+ "-ORBInitRef NameService=file://$NS_ior -t new");
sleep $sleeptime;
$C = Process::Create ($EXEPREFIX."ECM_Consumer".$EXE_EXT,
- "-ORBNameServiceIOR file://$NS_ior");
+ "-ORBInitRef NameService=file://$NS_ior");
sleep $sleeptime;
$S = Process::Create ($EXEPREFIX."ECM_Supplier".$EXE_EXT,
- "-ORBNameServiceIOR file://$NS_ior");
+ "-ORBInitRef NameService=file://$NS_ior");
if ($C->TimedWait (60) == -1) {
$status = 1;