summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2010-09-22 09:38:46 +0000
committermsmit <msmit@remedy.nl>2010-09-22 09:38:46 +0000
commitd32e3b1a9784dad68796afaa6f8bdb0a2802c17e (patch)
treef9c14928d282d17eb6e580535f5e651d4636f752 /TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl
parentfc1bcc8d27f916c0bf777622818a76ec4952a3f7 (diff)
downloadATCD-d32e3b1a9784dad68796afaa6f8bdb0a2802c17e.tar.gz
Wed Sep 22 09:41:22 UTC 2010 Marcel Smit <msmit@remedy.nl>
* NEWS: * docs/orbsvcs.html: * docs/releasenotes/ec.html: * orbsvcs/DevGuideExamples/EventServices/OMG_Basic/run_test.pl: * orbsvcs/DevGuideExamples/EventServices/OMG_TypedEC/run_test.pl: * orbsvcs/DevGuideExamples/EventServices/RTEC_Basic/run_test.pl: * orbsvcs/DevGuideExamples/EventServices/RTEC_Filter/run_test.pl: * orbsvcs/Event_Service/Event_Service.mpc: * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/run_test.pl: * orbsvcs/examples/CosEC/RtEC_Based/tests/Multiple/run_test2.pl: * orbsvcs/examples/CosEC/TypedSimple/run_test.pl: * orbsvcs/tests/CosEvent/Timeout/run_test.pl: * orbsvcs/tests/EC_Custom_Marshal/run_test.pl: * orbsvcs/tests/EC_Throughput/run_test.pl: * orbsvcs/tests/EC_Throughput/run_test_overflow.pl: Renamed 'Event_Service' to 'tao_rtevent'
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl')
-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 fcc583dd637..3134151727d 100755
--- a/TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl
+++ b/TAO/orbsvcs/tests/EC_Custom_Marshal/run_test.pl
@@ -35,7 +35,7 @@ $SV1 = $server1->CreateProcess ("../../Naming_Service/tao_cosnaming",
"-ORBNameServicePort $port " .
"-o $server1_naming_ior");
-$SV2 = $server2->CreateProcess ("../../Event_Service/Event_Service",
+$SV2 = $server2->CreateProcess ("../../Event_Service/tao_rtevent",
"-ORBInitRef NameService=file://$server2_naming_ior");
$SV3 = $server3->CreateProcess ("ECM_Supplier",