summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/Bug_1437_Regression/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/Bug_1437_Regression/run_test.pl')
-rwxr-xr-xorbsvcs/tests/Bug_1437_Regression/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/orbsvcs/tests/Bug_1437_Regression/run_test.pl b/orbsvcs/tests/Bug_1437_Regression/run_test.pl
index 8c87f4bac7f..d0d1f3be8bc 100755
--- a/orbsvcs/tests/Bug_1437_Regression/run_test.pl
+++ b/orbsvcs/tests/Bug_1437_Regression/run_test.pl
@@ -39,11 +39,11 @@ $tao_imr->DeleteFile ($imr_ior);
# Run the IMR locator on a fixed port
my $locator_port = $locator->RandomPort();
-$LC = $locator->CreateProcess ("../../ImplRepo_Service/ImplRepo_Service",
+$LC = $locator->CreateProcess ("../../ImplRepo_Service/tao_imr_locator",
"-ORBdebuglevel $debug_level -o $locator_imr_iorfile ".
"-ORBEndpoint iiop://:$locator_port");
-$AC = $activator->CreateProcess ("../../ImplRepo_Service/ImR_Activator",
+$AC = $activator->CreateProcess ("../../ImplRepo_Service/tao_imr_activator",
"-ORBdebuglevel $debug_level -o $activator_iorfile ".
"-ORBInitRef ImplRepoService=file://$activator_imr_iorfile");