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

Re: [PATCH] Fix for Issue 1771

From: Shlomi Fish <shlomif_at_iglu.org.il>
Date: 2004-05-11 20:10:18 CEST

On Tuesday 11 May 2004 20:41, Jani Averbach wrote:
> On 2004-05-11 20:24+0300, Shlomi Fish wrote:
> > + src = extract_diff_path(out[2])
> > + dest = extract_diff_path(out[3])
> > +
> > + good_src = ".../prefix_mydir"
> > + good_dest = ".../prefix_other/mytag"
> > +
> > + if ((src != good_src) and (dest != good_dest)):
> > + print("src is '%s' instead of '%s' and dest is '%s' instead of '%s'"
> > % + (src, good_src, dest, good_dest))
> > + raise svntest.Failure
>
> Could it be that: 'src == good_src but dest != good_dest' or vice versa?
>
> In this case your test will pass. (Should 'and' be 'or'?).
>

You are right in this case. It should be "or". Thanks.

Fixed. The updated patch is attached.

Regards,

        Shlomi Fish

-- 
---------------------------------------------------------------------
Shlomi Fish      shlomif@iglu.org.il
Homepage:        http://shlomif.il.eu.org/
Quidquid latine dictum sit, altum viditur.
        [Whatever is said in Latin sounds profound.]


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Tue May 11 20:05:31 2004

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.