summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-06 20:00:05 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-06 20:00:05 +0000
commit20ed61844116b100aa4c1352edb09be14930effe (patch)
treeaabcb015945550c9798ff39f6c41a1df1fa0aa5e
parentc6e6e8ec7a5aba0fcd6e21bcfef6cf519a732184 (diff)
downloadATCD-20ed61844116b100aa4c1352edb09be14930effe.tar.gz
ChangeLogTag: Thu Sep 6 12:56:55 2001 Priyanka Gontla <gontla_p@ociweb.com>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rwxr-xr-xTAO/orbsvcs/tests/Simple_Naming/run_test.pl2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index cdf49a9faf8..e0df48e6077 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Thu Sep 6 12:56:55 2001 Priyanka Gontla <gontla_p@ociweb.com>
+
+ * orbsvcs/tests/Simple_Naming/run_test.pl (client):
+ Modified the perl script to adhere to the new way of providing
+ the reference to a multicasted service.
+
Thu Sep 6 07:17:13 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/MCAST_Parser.cpp: Fixed compile errors in Minimum builds.
diff --git a/TAO/orbsvcs/tests/Simple_Naming/run_test.pl b/TAO/orbsvcs/tests/Simple_Naming/run_test.pl
index 03158291853..f2abfc17479 100755
--- a/TAO/orbsvcs/tests/Simple_Naming/run_test.pl
+++ b/TAO/orbsvcs/tests/Simple_Naming/run_test.pl
@@ -68,7 +68,7 @@ sub client
# Options for all simple tests recognized by the 'client' program.
@opts = ("-s -ORBInitRef NameService=file://$iorfile",
- "-s -ORBNameServicePort $ns_multicast_port",
+ "-s -ORBInitRef NameService=mcast://:$ns_multicast_port\::/NameService",
"-t -ORBInitRef NameService=file://$iorfile",
"-i -ORBInitRef NameService=file://$iorfile",
"-e -ORBInitRef NameService=file://$iorfile",