diff options
Diffstat (limited to 'DAnCE')
-rw-r--r-- | DAnCE/ChangeLog | 8 | ||||
-rwxr-xr-x | DAnCE/tests/LocalityManager/ExplicitExec/run_test.pl | 2 | ||||
-rwxr-xr-x | DAnCE/tests/LocalityManager/ProcessName/run_test.pl | 2 | ||||
-rwxr-xr-x | DAnCE/tests/LocalityManager/SpawnMultiple/run_test.pl | 2 | ||||
-rwxr-xr-x | DAnCE/tests/LocalityManager/SpawnOne/run_test.pl | 2 |
5 files changed, 12 insertions, 4 deletions
diff --git a/DAnCE/ChangeLog b/DAnCE/ChangeLog index 9294fb144ca..f793c2ed93e 100644 --- a/DAnCE/ChangeLog +++ b/DAnCE/ChangeLog @@ -1,3 +1,11 @@ +Wed Sep 22 08:53:17 UTC 2010 Marcel Smit <msmit@remedy.nl> + + * tests/LocalityManager/ExplicitExec/run_test.pl: + * tests/LocalityManager/ProcessName/run_test.pl: + * tests/LocalityManager/SpawnMultiple/run_test.pl: + * tests/LocalityManager/SpawnOne/run_test.pl: + Renamed Naming_Service to toa_cosnaming. + Tue Sep 21 13:36:23 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl> * DAnCE/DAnCE_Utility.cpp: diff --git a/DAnCE/tests/LocalityManager/ExplicitExec/run_test.pl b/DAnCE/tests/LocalityManager/ExplicitExec/run_test.pl index 6a54f77e54c..16d6d5920fb 100755 --- a/DAnCE/tests/LocalityManager/ExplicitExec/run_test.pl +++ b/DAnCE/tests/LocalityManager/ExplicitExec/run_test.pl @@ -139,7 +139,7 @@ init_ior_files (); # Invoke naming service -$NS = $tg_naming->CreateProcess ("$TAO_ROOT/orbsvcs/Naming_Service/Naming_Service", " -ORBEndpoint iiop://localhost:60003 -o $ior_nsfile"); +$NS = $tg_naming->CreateProcess ("$TAO_ROOT/orbsvcs/Naming_Service/tao_cosnaming", " -ORBEndpoint iiop://localhost:60003 -o $ior_nsfile"); print STDERR "Starting Naming Service with -ORBEndpoint iiop://localhost:60003 -o ns.ior\n"; diff --git a/DAnCE/tests/LocalityManager/ProcessName/run_test.pl b/DAnCE/tests/LocalityManager/ProcessName/run_test.pl index 96888dc87b5..23d2a8fc0e7 100755 --- a/DAnCE/tests/LocalityManager/ProcessName/run_test.pl +++ b/DAnCE/tests/LocalityManager/ProcessName/run_test.pl @@ -139,7 +139,7 @@ init_ior_files (); # Invoke naming service -$NS = $tg_naming->CreateProcess ("$TAO_ROOT/orbsvcs/Naming_Service/Naming_Service", " -ORBEndpoint iiop://localhost:60003 -o $ior_nsfile"); +$NS = $tg_naming->CreateProcess ("$TAO_ROOT/orbsvcs/Naming_Service/tao_cosnaming", " -ORBEndpoint iiop://localhost:60003 -o $ior_nsfile"); print STDERR "Starting Naming Service with -ORBEndpoint iiop://localhost:60003 -o ns.ior\n"; diff --git a/DAnCE/tests/LocalityManager/SpawnMultiple/run_test.pl b/DAnCE/tests/LocalityManager/SpawnMultiple/run_test.pl index 6a54f77e54c..16d6d5920fb 100755 --- a/DAnCE/tests/LocalityManager/SpawnMultiple/run_test.pl +++ b/DAnCE/tests/LocalityManager/SpawnMultiple/run_test.pl @@ -139,7 +139,7 @@ init_ior_files (); # Invoke naming service -$NS = $tg_naming->CreateProcess ("$TAO_ROOT/orbsvcs/Naming_Service/Naming_Service", " -ORBEndpoint iiop://localhost:60003 -o $ior_nsfile"); +$NS = $tg_naming->CreateProcess ("$TAO_ROOT/orbsvcs/Naming_Service/tao_cosnaming", " -ORBEndpoint iiop://localhost:60003 -o $ior_nsfile"); print STDERR "Starting Naming Service with -ORBEndpoint iiop://localhost:60003 -o ns.ior\n"; diff --git a/DAnCE/tests/LocalityManager/SpawnOne/run_test.pl b/DAnCE/tests/LocalityManager/SpawnOne/run_test.pl index 6a54f77e54c..16d6d5920fb 100755 --- a/DAnCE/tests/LocalityManager/SpawnOne/run_test.pl +++ b/DAnCE/tests/LocalityManager/SpawnOne/run_test.pl @@ -139,7 +139,7 @@ init_ior_files (); # Invoke naming service -$NS = $tg_naming->CreateProcess ("$TAO_ROOT/orbsvcs/Naming_Service/Naming_Service", " -ORBEndpoint iiop://localhost:60003 -o $ior_nsfile"); +$NS = $tg_naming->CreateProcess ("$TAO_ROOT/orbsvcs/Naming_Service/tao_cosnaming", " -ORBEndpoint iiop://localhost:60003 -o $ior_nsfile"); print STDERR "Starting Naming Service with -ORBEndpoint iiop://localhost:60003 -o ns.ior\n"; |