This is the mail archive of the mauve-patches@sourceware.org mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: fix for URLTest


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]