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

Re: svn commit: rev 5730 - trunk/subversion/tests/clients/cmdline

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-04-25 01:11:58 CEST

sussman@tigris.org wrote:

>Author: sussman
>Date: Thu Apr 24 14:53:38 2003
>New Revision: 5730
>
>Modified:
> trunk/subversion/tests/clients/cmdline/diff_tests.py
>Log:
>A new regression test for issue #891: 'REPORT fails if item missing in HEAD'.
>
>The test is currently commented out (rather than XFailed) because it
>passes over ra_local and fails over ra_dav.
>

Instead of commenting out tests, it would be better to add an XFailIf
predicate that takes a condition parameter, like Skip. Then you could do

    XFailIf(diff_deleted_in_head, svntest.main.test_area_url[:4] == 'http')

It should be fairly simple to add such a predicate.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 25 01:14:27 2003

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.