public inbox for mauve-patches@sourceware.org
 help / color / mirror / Atom feed
* RFC: fix for URLTest
@ 2005-10-14 20:24 Robert Schuster
  2005-11-01 15:23 ` Robert Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Schuster @ 2005-10-14 20:24 UTC (permalink / raw)
  To: mauve-patches

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

Hi,
this fixes the URLTest.

2005-10-14  Robert Schuster  <robertschuster@fsfe.org>

        * gnu/testlet/java/net/URL/URLTest.java:
        (test_cr601a): Added "//" to test values.
        (test_cr601b): Dito.

Objections? Opinions?

cu
Robert

[-- Attachment #2: mauve-urltest-fix.diff --]
[-- Type: text/x-patch, Size: 1534 bytes --]

Index: gnu/testlet/java/net/URL/URLTest.java
===================================================================
RCS file: /cvs/mauve/mauve/gnu/testlet/java/net/URL/URLTest.java,v
retrieving revision 1.14
diff -u -r1.14 URLTest.java
--- gnu/testlet/java/net/URL/URLTest.java	12 Jan 2005 19:07:40 -0000	1.14
+++ gnu/testlet/java/net/URL/URLTest.java	14 Oct 2005 20:20:06 -0000
@@ -305,7 +305,7 @@
 
                 // tests 0..3
                 {"file:////c:/pub/files/foobar.txt",
-                 "file://c:/pub/files/foobar.txt",
+                 "file:////c:/pub/files/foobar.txt",
                  "",
                  "//c:/pub/files/foobar.txt"},
 
@@ -341,7 +341,7 @@
 
                 // tests 24..27
                 {"file:////hpjavant/bgee/foobar.txt",
-                 "file://hpjavant/bgee/foobar.txt",
+                 "file:////hpjavant/bgee/foobar.txt",
                  "",
                  "//hpjavant/bgee/foobar.txt"},
 
@@ -486,7 +486,7 @@
 
                  // tests 44..47
                 {"", "//hpjavant/bgee/foobar.txt",
-                 "file://hpjavant/bgee/foobar.txt",
+                 "file:////hpjavant/bgee/foobar.txt",
                  "",
                  "//hpjavant/bgee/foobar.txt"},
 
@@ -498,7 +498,7 @@
 
                  // tests 52..55
                 {null, "//hpjavant/bgee/foobar.txt",
-                 "file://hpjavant/bgee/foobar.txt",
+                 "file:////hpjavant/bgee/foobar.txt",
                  null,
                  "//hpjavant/bgee/foobar.txt"},
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: RFC: fix for URLTest
  2005-10-14 20:24 RFC: fix for URLTest Robert Schuster
@ 2005-11-01 15:23 ` Robert Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Schuster @ 2005-11-01 15:23 UTC (permalink / raw)
  To: mauve-patches

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,
finally I checked that in.

This will fix the 4 regressions mark was seeing lately.

cu
Robert

Robert Schuster wrote:
> Hi,
> this fixes the URLTest.
> 
> 2005-10-14  Robert Schuster  <robertschuster@fsfe.org>
> 
>         * gnu/testlet/java/net/URL/URLTest.java:
>         (test_cr601a): Added "//" to test values.
>         (test_cr601b): Dito.
> 
> Objections? Opinions?
> 
> cu
> Robert
> 
> 
> ------------------------------------------------------------------------
> 
> Index: gnu/testlet/java/net/URL/URLTest.java
> ===================================================================
> RCS file: /cvs/mauve/mauve/gnu/testlet/java/net/URL/URLTest.java,v
> retrieving revision 1.14
> diff -u -r1.14 URLTest.java
> --- gnu/testlet/java/net/URL/URLTest.java	12 Jan 2005 19:07:40 -0000	1.14
> +++ gnu/testlet/java/net/URL/URLTest.java	14 Oct 2005 20:20:06 -0000
> @@ -305,7 +305,7 @@
>  
>                  // tests 0..3
>                  {"file:////c:/pub/files/foobar.txt",
> -                 "file://c:/pub/files/foobar.txt",
> +                 "file:////c:/pub/files/foobar.txt",
>                   "",
>                   "//c:/pub/files/foobar.txt"},
>  
> @@ -341,7 +341,7 @@
>  
>                  // tests 24..27
>                  {"file:////hpjavant/bgee/foobar.txt",
> -                 "file://hpjavant/bgee/foobar.txt",
> +                 "file:////hpjavant/bgee/foobar.txt",
>                   "",
>                   "//hpjavant/bgee/foobar.txt"},
>  
> @@ -486,7 +486,7 @@
>  
>                   // tests 44..47
>                  {"", "//hpjavant/bgee/foobar.txt",
> -                 "file://hpjavant/bgee/foobar.txt",
> +                 "file:////hpjavant/bgee/foobar.txt",
>                   "",
>                   "//hpjavant/bgee/foobar.txt"},
>  
> @@ -498,7 +498,7 @@
>  
>                   // tests 52..55
>                  {null, "//hpjavant/bgee/foobar.txt",
> -                 "file://hpjavant/bgee/foobar.txt",
> +                 "file:////hpjavant/bgee/foobar.txt",
>                   null,
>                   "//hpjavant/bgee/foobar.txt"},
>  
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFDZ4hWG9cfwmwwEtoRAkDfAJ9zIby/sxG2GKekSM35k+Dn8MwOzQCdE6jJ
LiKzh+PDQ9QNx9IWS5E/dJg=
=IrOT
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-11-01 15:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-14 20:24 RFC: fix for URLTest Robert Schuster
2005-11-01 15:23 ` Robert Schuster

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).