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