public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
* FYI: SocketPermission tweak
@ 2006-09-14  8:12 Gary Benson
  0 siblings, 0 replies; only message in thread
From: Gary Benson @ 2006-09-14  8:12 UTC (permalink / raw)
  To: mauve-patches

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

Hi all,

This commit changes one of the IP addresses in the SocketPermission
implies tests.  For some reason one of the addresses I randomly chose
takes an age to resolve, so I changed it.

Cheers,
Gary

[-- Attachment #2: patch --]
[-- Type: text/plain, Size: 1406 bytes --]

Index: ChangeLog
===================================================================
RCS file: /cvs/mauve/mauve/ChangeLog,v
retrieving revision 1.1917
diff -u -r1.1917 ChangeLog
--- ChangeLog	13 Sep 2006 20:26:08 -0000	1.1917
+++ ChangeLog	14 Sep 2006 08:09:31 -0000
@@ -1,3 +1,7 @@
+2006-09-14  Gary Benson  <gbenson@redhat.com>
+
+	* gnu/testlet/java/net/SocketPermission/implies.java: Tweak.
+
 2006-09-13  Tania Bento  <tbento@redhat.com>
 
 	* gnu/testlet/javax/swing/JTable/getCellRect.java: Fixed documentation.
Index: gnu/testlet/java/net/SocketPermission/implies.java
===================================================================
RCS file: /cvs/mauve/mauve/gnu/testlet/java/net/SocketPermission/implies.java,v
retrieving revision 1.7
diff -u -r1.7 implies.java
--- gnu/testlet/java/net/SocketPermission/implies.java	7 Sep 2006 08:39:57 -0000	1.7
+++ gnu/testlet/java/net/SocketPermission/implies.java	14 Sep 2006 08:09:31 -0000
@@ -54,7 +54,7 @@
     new Test(redhat_com_addr, "*.redhat.com", false),
     new Test("209.132.177.50", "209.132.177.51", false),
     new Test("209.132.177.50", "209.132.178.50", false),
-    new Test("209.132.177.50", "209.131.177.50", false),
+    new Test("209.132.177.50", "209.130.177.50", false),
     new Test("209.132.177.50", "208.132.177.50", false),
     // full uncompressed IPv6 addresses
     new Test("[FEDC:BA98:7654:3210:FEDC:BA98:7654:3210]",

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-09-14  8:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-14  8:12 FYI: SocketPermission tweak Gary Benson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).