summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/NameService
diff options
context:
space:
mode:
authordbudko <dbudko@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-12-10 14:55:15 +0000
committerdbudko <dbudko@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-12-10 14:55:15 +0000
commit700ea534efb30aadcb3047d29ce2224b0a8fc33b (patch)
tree491459741233b96ab8e99ce236ecdd0e6e613a6d /TAO/orbsvcs/tests/ImplRepo/NameService
parent57bd63125871db38d1f4977a0deb00e4d54db018 (diff)
downloadATCD-700ea534efb30aadcb3047d29ce2224b0a8fc33b.tar.gz
Thu Dec 10 14:54:27 UTC 2009 Denis Budko <denis.budko@remedy.nl>
* orbsvcs/tests/Simple_Naming/run_test_ipv6.pl: * orbsvcs/tests/Simple_Naming/run_test_ffp.pl: * orbsvcs/tests/Simple_Naming/run_test.pl: * orbsvcs/tests/Security/ssliop_corbaloc/run_test.pl: * orbsvcs/tests/Redundant_Naming/run_test.pl: * orbsvcs/tests/ImplRepo/Bug_689_Regression/run_test.pl: * orbsvcs/tests/ImplRepo/NameService/run_test.pl: * orbsvcs/tests/Bug_3444_Regression/run_test_ipv6.pl: * orbsvcs/tests/Bug_3444_Regression/run_test.pl: * orbsvcs/examples/ImR/Advanced/TestServer.cpp: * orbsvcs/examples/ImR/Advanced/server_main.cpp: * orbsvcs/examples/ImR/Advanced/TestServer.h: * orbsvcs/examples/ImR/Advanced/TestClient.cpp: * orbsvcs/examples/ImR/Advanced/manager_main.cpp: * orbsvcs/examples/ImR/Advanced/TestClient.h: * orbsvcs/examples/ImR/Advanced/run_test.pl: * tests/Bug_1635_Regression/run_test.pl: * tests/Bug_1628_Regression/run_test.pl: Tests are converted to use new test framework and added to fuzz build.
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/NameService')
-rwxr-xr-xTAO/orbsvcs/tests/ImplRepo/NameService/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/NameService/run_test.pl b/TAO/orbsvcs/tests/ImplRepo/NameService/run_test.pl
index c57366acacd..fbe761e9dac 100755
--- a/TAO/orbsvcs/tests/ImplRepo/NameService/run_test.pl
+++ b/TAO/orbsvcs/tests/ImplRepo/NameService/run_test.pl
@@ -44,7 +44,7 @@ $ACT = $act->CreateProcess ("../../../ImplRepo_Service/ImR_Activator");
$NS = $ns->CreateProcess ("../../../Naming_Service/Naming_Service");
my $ns_cmd = $NS->Executable();
-my $ns_ns_cmd = $imr->LocalFile ($ns_cmd);
+#my $ns_ns_cmd = $imr->LocalFile ($ns_cmd);
$TI = $ti->CreateProcess ("$ENV{ACE_ROOT}/bin/tao_imr");
# We want the tao_imr executable to be found exactly in the path
@@ -117,7 +117,7 @@ if ($act->WaitForFileTimed ($actiorfile,$act->ProcessStartWaitInterval()) == -1)
$TI->Arguments("-ORBInitRef ImplRepoService=file://$ti_imriorfile"
. " add NameService "
- ." -c \" $ns_ns_cmd"
+ ." -c \" $ns_cmd"
." -ORBInitRef ImplRepoService=file://$imr_imriorfile"
." -ORBUseIMR 1 .\"");