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

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

Hi again,

This commit tests for the bug that http://tinyurl.com/mqgwn fixes.

Cheers,
Gary

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

Index: ChangeLog
===================================================================
RCS file: /cvs/mauve/mauve/ChangeLog,v
retrieving revision 1.1929
diff -u -r1.1929 ChangeLog
--- ChangeLog	22 Sep 2006 13:27:42 -0000	1.1929
+++ ChangeLog	22 Sep 2006 14:16:00 -0000
@@ -1,3 +1,9 @@
+2006-09-22  Gary Benson  <gbenson@redhat.com>
+
+	* gnu/testlet/java/net/SocketPermission/argument.java:
+	Check that unquoted IPv6 addresses with one-digit first
+	components are not incorrectly flagged as errors.
+
 2006-09-22  David Gilbert  <david.gilbert@object-refinery.com>
 
 	* gnu/testlet/javax/swing/JTable/getCellRect.java
Index: gnu/testlet/java/net/SocketPermission/argument.java
===================================================================
RCS file: /cvs/mauve/mauve/gnu/testlet/java/net/SocketPermission/argument.java,v
retrieving revision 1.4
diff -u -r1.4 argument.java
--- gnu/testlet/java/net/SocketPermission/argument.java	31 Aug 2006 10:33:47 -0000	1.4
+++ gnu/testlet/java/net/SocketPermission/argument.java	22 Sep 2006 14:16:00 -0000
@@ -51,6 +51,7 @@
     new Test("1080::8:800:200C:417A", false),
     new Test("::192.9.5.5", false),
     new Test("::FFFF:129.144.52.38", false),
+    new Test("0:0:0:0:0:0:0:1", true),
   };
 
   private Test[] ports = new Test[] {

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-22 14:19 FYI: Extra SocketPermission argument test 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).