summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2007-06-04 22:43:00 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2007-06-04 22:43:00 +0000
commitd1f1fbda073732ea98b8b398d3e3264b81398a6b (patch)
tree4216d917d2a81d6b0ec56454f00673276487ebef
parentd98084f8a58786ee797699c2a2ac87a7d1386548 (diff)
downloadATCD-d1f1fbda073732ea98b8b398d3e3264b81398a6b.tar.gz
Mon Jun 4 22:40:13 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
-rw-r--r--TAO/ChangeLog6
-rwxr-xr-xTAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/run_test.pl2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index fc1699aa2ad..b63895407dc 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jun 4 22:40:13 UTC 2007 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/run_test.pl:
+ One more change to the ipv6 test address to use a spec-complient
+ form of the test mcast address.
+
Mon Jun 4 19:14:02 UTC 2007 Ciju John <johnc at ociweb dot com>
* tests/Oneway_Timeouts/run_test.pl:
diff --git a/TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/run_test.pl b/TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/run_test.pl
index 307eca593f9..c868f45b9ba 100755
--- a/TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/run_test.pl
+++ b/TAO/orbsvcs/tests/Event/Mcast/RTEC_MCast_Federated/run_test.pl
@@ -36,7 +36,7 @@ while ($i <= $#ARGV) {
} elsif ($ARGV[$i] eq "-mcast") {
$udp = 0;
} elsif ($ARGV[$i] eq "-ipv6") {
- $mcast_addr = "FF35::255";
+ $mcast_addr = "FF05::255";
} else {
print "ERROR: Unknown Option: ".$ARGV[$i]."\n\n";
usage ();