[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 2027 - trunk/subversion/libsvn_wc trunk/subversion/tests/clients/cmdline

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-05-29 06:34:09 CEST

philip@tigris.org writes:
> --- trunk/subversion/tests/clients/cmdline/basic_tests.py (original)
> +++ trunk/subversion/tests/clients/cmdline/basic_tests.py Tue May 28 22:49:16 2002
> @@ -96,11 +96,12 @@
> url = svntest.main.current_repo_url
> stdout_lines, stderr_lines = svntest.main.run_svn (1, 'checkout', url,
> '-d', wc_dir)
> - if len (stderr_lines) == 0:
> - print "repeat checkout succeeded when should have failed"
> + if len (stderr_lines) != 0:
> + print "repeat checkout failed"
> return 1
>
> - # lambda is restored
> + # lambda is restored, modifications remain, deletes remain scheduled
> + # for deletion although files are restored to the filesystem
> for item in status_list:
> if item[0] == lambda_path:
> item[3]['status'] = '_ '

Okay, but if we're going to expect no stderr_lines, then the first
argument to main.run_svn() should be None, not 1...

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 29 06:37:58 2002

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.