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

Re: svn commit: r21621 - in trunk/subversion: libsvn_subr tests/cmdline tests/cmdline/svntest tests/libsvn_subr

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-09-23 19:25:15 CEST

lgo@tigris.org writes:

> Author: lgo
> Date: Sat Sep 23 08:44:04 2006
> New Revision: 21621

> @@ -810,6 +896,8 @@
> #if defined(WIN32)
> "X:/foo",
> "X:/",
> + "X:foo",
> + "X:",
> #endif /* WIN32 */
> "",
> };

The number of tests...

> @@ -819,10 +907,11 @@
> FALSE,
> FALSE,
> TRUE,
> - FALSE,
> #if defined(WIN32)
> + FALSE,
> TRUE,
> FALSE,
> + TRUE
> #endif /* WIN32 */
> };

...does not match the number of results.

I suggest you look at test_canonicalize to see how to combine these
two arrays into one as that makes it easy to see that the tests and
the results match.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 23 19:25:31 2006

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.