summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/ImplRepo/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/ImplRepo/run_test.pl')
-rwxr-xr-xorbsvcs/tests/ImplRepo/run_test.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/orbsvcs/tests/ImplRepo/run_test.pl b/orbsvcs/tests/ImplRepo/run_test.pl
index 40404e87ddd..318943a5fc9 100755
--- a/orbsvcs/tests/ImplRepo/run_test.pl
+++ b/orbsvcs/tests/ImplRepo/run_test.pl
@@ -49,8 +49,8 @@ my $imr_host = $imr->HostName ();
my $port = 12345;
my $endpoint = "-ORBEndpoint " . "$protocol" . "://:" . $port;
-$IMR = $imr->CreateProcess ("../../ImplRepo_Service/ImplRepo_Service");
-$ACT = $act->CreateProcess ("../../ImplRepo_Service/ImR_Activator");
+$IMR = $imr->CreateProcess ("../../ImplRepo_Service/tao_imr_locator");
+$ACT = $act->CreateProcess ("../../ImplRepo_Service/tao_imr_activator");
$TI = $ti->CreateProcess ("$ENV{ACE_ROOT}/bin/tao_imr");
# We want the tao_imr executable to be found exactly in the path
@@ -284,8 +284,8 @@ sub nt_service_test
# To avoid having to ensure that they LocalSystem account has the correct path
# we simply copy the imr executables to the same directory as the DLL's.
- my $BIN_IMR = $bin_imr->CreateProcess ("$ENV{ACE_ROOT}/lib/ImplRepo_Service","");
- my $BIN_ACT = $bin_act->CreateProcess ("$ENV{ACE_ROOT}/lib/ImR_Activator","");
+ my $BIN_IMR = $bin_imr->CreateProcess ("$ENV{ACE_ROOT}/lib/tao_imr_locator","");
+ my $BIN_ACT = $bin_act->CreateProcess ("$ENV{ACE_ROOT}/lib/tao_imr_activator","");
$BIN_IMR->IgnoreExeSubDir(1);
$BIN_ACT->IgnoreExeSubDir(1);
@@ -331,7 +331,7 @@ sub nt_service_test
print STDERR "ERROR: BIN ImR Service returned $BIN_IMR_status\n";
}
- print "Removing ImplRepo_Service copy.\n";
+ print "Removing tao_imr_locator copy.\n";
$bin_imr->DeleteFile ($BIN_IMR->Executable ());
$bin_act->DeleteFile ($BIN_ACT->Executable ());