summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_1395_Regression
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2010-09-22 11:46:35 +0000
committermsmit <msmit@remedy.nl>2010-09-22 11:46:35 +0000
commit8c9dd125a311c9139ed36e213130c8a1099ba4f7 (patch)
tree06bc72f1d7f96f494ba512a8dd96af154898dc44 /TAO/orbsvcs/tests/Bug_1395_Regression
parent917661973e22c29b1c704bc98a66ed0ba3262536 (diff)
downloadATCD-8c9dd125a311c9139ed36e213130c8a1099ba4f7.tar.gz
Wed Sep 22 11:49:20 UTC 2010 Marcel Smit <msmit@remedy.nl>
* NEWS: * docs/tutorials/Quoter/Simple/Impl-Repo/index.html: * orbsvcs/DevGuideExamples/ImplRepo/Activator/run_test.pl: * orbsvcs/DevGuideExamples/ImplRepo/run_test.pl: * orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc: * orbsvcs/examples/ImR/Advanced/run_test.pl: * orbsvcs/tests/Bug_1395_Regression/run_test.pl: * orbsvcs/tests/Bug_1437_Regression/run_test.pl: * orbsvcs/tests/ImplRepo/Bug_2604_Regression/run_test.pl: * orbsvcs/tests/ImplRepo/Bug_689_Regression/run_test.pl: * orbsvcs/tests/ImplRepo/NameService/run_test.pl: * orbsvcs/tests/ImplRepo/run_test.pl: * orbsvcs/tests/ImplRepo/scale/run_test.pl: Renamed 'ImR_Activator' to 'tao_imr_activator'
Diffstat (limited to 'TAO/orbsvcs/tests/Bug_1395_Regression')
-rwxr-xr-xTAO/orbsvcs/tests/Bug_1395_Regression/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Bug_1395_Regression/run_test.pl b/TAO/orbsvcs/tests/Bug_1395_Regression/run_test.pl
index 94aa1ec659f..0e7cb9f2f87 100755
--- a/TAO/orbsvcs/tests/Bug_1395_Regression/run_test.pl
+++ b/TAO/orbsvcs/tests/Bug_1395_Regression/run_test.pl
@@ -56,7 +56,7 @@ $SV = $server->CreateProcess ("server", "-ORBdebuglevel $debug_level -o $server_
$CL = $client->CreateProcess ("client", "-k file://$client_srv_ior");
$LC = $locator->CreateProcess ("$imr_bin_path/tao_imr_locator", "-o $locator_imr_ior ".
"-ORBEndpoint iiop://:$port");
-$AC = $activator->CreateProcess ("$imr_bin_path/ImR_Activator",
+$AC = $activator->CreateProcess ("$imr_bin_path/tao_imr_activator",
"-o $activator_actv_ior ".
"-ORBInitRef ImplRepoService=file://$activator_imr_ior");