summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/DevGuideExamples
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2010-09-22 07:40:54 +0000
committermsmit <msmit@remedy.nl>2010-09-22 07:40:54 +0000
commit5d7db252de045392702f627f3906189ece5d7284 (patch)
treee5f2b77d90f785baf4d30ba2654d4a7f407eebe7 /TAO/orbsvcs/DevGuideExamples
parenta0f0aceca1c35c80487f8445fc303e3063922f73 (diff)
downloadATCD-5d7db252de045392702f627f3906189ece5d7284.tar.gz
Wed Sep 22 07:43:37 UTC 2010 Marcel Smit <msmit@remedy.nl>
* NEWS: * docs/interfacerepo/index.html: * orbsvcs/DevGuideExamples/EventServices/OMG_TypedEC/run_test.pl: * orbsvcs/DevGuideExamples/InterfaceRepo/run_test.pl: * orbsvcs/IFR_Service/IFR_Service.mpc: * orbsvcs/examples/CosEC/TypedSimple/run_test.pl: * orbsvcs/examples/ORT/run_test.pl: * orbsvcs/tests/Bug_1393_Regression/run_test.pl: * orbsvcs/tests/Bug_1436_Regression/run_test.pl: * orbsvcs/tests/Bug_1630_Regression/run_test.pl: * orbsvcs/tests/InterfaceRepo/Application_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/Bug_2962_Regression/run_test.pl: * orbsvcs/tests/InterfaceRepo/Bug_3155_Regression/run_test.pl: * orbsvcs/tests/InterfaceRepo/Bug_3174_Regression/run_test.pl: * orbsvcs/tests/InterfaceRepo/Bug_3200_Regression/run_test.pl: * orbsvcs/tests/InterfaceRepo/Bug_3495_Regression/run_test.pl: * orbsvcs/tests/InterfaceRepo/Bug_3881_Regression/run_test.pl: * orbsvcs/tests/InterfaceRepo/Duplicate_Typedef_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/IDL3_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/IDL_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/IFR_Self_Recursive_IDL_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/IFR_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/Latency_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/Persistence_Test/run_test.pl: * orbsvcs/tests/InterfaceRepo/Union_Forward_Test/run_test.pl: Renamed IFR_Service to tao_ifr_service.
Diffstat (limited to 'TAO/orbsvcs/DevGuideExamples')
-rwxr-xr-xTAO/orbsvcs/DevGuideExamples/EventServices/OMG_TypedEC/run_test.pl2
-rwxr-xr-xTAO/orbsvcs/DevGuideExamples/InterfaceRepo/run_test.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/DevGuideExamples/EventServices/OMG_TypedEC/run_test.pl b/TAO/orbsvcs/DevGuideExamples/EventServices/OMG_TypedEC/run_test.pl
index bea754bbc5e..04612543eb8 100755
--- a/TAO/orbsvcs/DevGuideExamples/EventServices/OMG_TypedEC/run_test.pl
+++ b/TAO/orbsvcs/DevGuideExamples/EventServices/OMG_TypedEC/run_test.pl
@@ -49,7 +49,7 @@ $c->DeleteFile ($nsiorfile);
$s->DeleteFile ($nsiorfile);
-$IFRService = "$ENV{TAO_ROOT}/orbsvcs/IFR_Service/IFR_Service";
+$IFRService = "$ENV{TAO_ROOT}/orbsvcs/IFR_Service/tao_ifr_service";
$IF = $ifr->CreateProcess ($IFRService, "-ORBdebuglevel $debug_level ".
"-o $ifr_ifriorfile");
$TAO_IFR = "$ENV{ACE_ROOT}/bin/tao_ifr";
diff --git a/TAO/orbsvcs/DevGuideExamples/InterfaceRepo/run_test.pl b/TAO/orbsvcs/DevGuideExamples/InterfaceRepo/run_test.pl
index d97b9bbad42..f841edbd25b 100755
--- a/TAO/orbsvcs/DevGuideExamples/InterfaceRepo/run_test.pl
+++ b/TAO/orbsvcs/DevGuideExamples/InterfaceRepo/run_test.pl
@@ -31,7 +31,7 @@ $cli->DeleteFile ($ifriorfile);
$ti->DeleteFile ($ifriorfile);
-$ifr_server = "$ENV{TAO_ROOT}/orbsvcs/IFR_Service/IFR_Service";
+$ifr_server = "$ENV{TAO_ROOT}/orbsvcs/IFR_Service/tao_ifr_service";
$tao_ifr = "$ENV{ACE_ROOT}/bin/tao_ifr";
$test_idl = "test.idl";