[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 5522 - in trunk/subversion: libsvn_client tests/clients/cmdline

From: Robert Pluim <rpluim_at_bigfoot.com>
Date: 2003-04-02 20:18:26 CEST

Robert Pluim writes:
> Brian Denny writes:
> > On Wed, Apr 02, 2003 at 10:25:58AM -0600, kraai@tigris.org wrote:
> > > * subversion/tests/clients/cmdline/diff_tests.py
> > > (diff_nonextant_urls): New.
> >
> > does this test pass for you? it fails for me.
> >
>
> It passes for me. Let me investigate and get back to you.

Repeat after me: when testing tests, start from a _completely clean_
setup. I'd removed the sbox.build() earlier because I was under the
mistaken impression that it only created the working copy, not the
repository as well.

Index: diff_tests.py
===================================================================
--- diff_tests.py (revision 5523)
+++ diff_tests.py (working copy)
@@ -812,6 +812,7 @@
 def diff_nonextant_urls(sbox):
   "svn diff errors against a non-existant URL"
 
+ sbox.build()
   non_extant_url = sbox.repo_url + '/A/does_not_exist'
   extant_url = sbox.repo_url + '/A/mu'
 

-- 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 2 20:18:30 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.