[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r36177 - trunk/subversion/tests/libsvn_subr

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 27 Feb 2009 13:33:18 +0100

On Fri, Feb 27, 2009 at 12:27, Bert Huijben <rhuijben_at_sharpsvn.net> wrote:
>...
> +++ trunk/subversion/tests/libsvn_subr/dirent_uri-test.c        Fri Feb 27 03:27:53 2009        (r36177)
> @@ -743,6 +743,9 @@ test_uri_canonicalize(const char **msg,
>     { "fiLE://",              "file://" },
>     { "file://SRV/shr/repos",  "file://srv/shr/repos" },
>     { "file://SRV/SHR/REPOS",  "file://srv/SHR/REPOS" },
> +    { "http://server////",     "http://server" },

Strictly speaking, I think there probably ought to be a trailing slash
on that. ie. path_part = "/"

Not sure that it matters, in the scheme of things, tho.

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1238605
Received on 2009-02-27 13:33:39 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.