[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-03 15:24:17 CEST

Michael Wood writes:
> On Wed, Apr 02, 2003 at 09:42:22AM -0800, Brian Denny wrote:
> > 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.
> >
> > > + if not re.match('svn: Filesystem has no item$', err_output[0]):
>
> No need for a regular expression. Rather use if err_output[0] == 'blah'
>

I thought the same initially, then wondered if that took into account
lf vs crlf issues, so I played it safe ;-) (I don't have a windows
machine to test on).

-- 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 3 15:26:01 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.