summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-05-23 09:13:26 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-05-23 09:13:26 +0000
commit0123a40a4701d55d827c90252c7e690094140ba2 (patch)
tree98208665688ffc9df17e55048edb006cdab502ee
parent5455acfba58290724930b37b3e0e54711a943210 (diff)
downloadATCD-0123a40a4701d55d827c90252c7e690094140ba2.tar.gz
ChangeLogTag: Mon May 23 05:47:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rwxr-xr-xTAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl b/TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl
index 7fa74534aad..a44a114b388 100755
--- a/TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl
+++ b/TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl
@@ -17,7 +17,7 @@ $status = 0;
$NS = new PerlACE::Process ("../../Naming_Service/Naming_Service",
"-ORBNameServicePort $port -o $NS_ior");
$ES = new PerlACE::Process ("../../Event_Service/Event_Service",
- "-ORBInitRef NameService=file://$NS_ior -t new");
+ "-ORBInitRef NameService=file://$NS_ior");
$C = new PerlACE::Process ("ECM_Consumer",
"-ORBInitRef NameService=file://$NS_ior");
$S = new PerlACE::Process ("ECM_Supplier",