[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: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2004-05-11 19:41:11 CEST

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

BR, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 11 19:41:27 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.