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

Re: svn commit: r27032 - in trunk/subversion/tests/cmdline: . svntest

From: Paul Burba <pburba_at_collab.net>
Date: 2007-10-09 14:05:52 CEST

> -----Original Message-----
> From: dglasser@gmail.com [mailto:dglasser@gmail.com] On
> Behalf Of David Glasser
> Sent: Tuesday, October 09, 2007 2:23 AM
> To: dev@subversion.tigris.org; pburba@tigris.org
> Subject: Re: svn commit: r27032 - in
> trunk/subversion/tests/cmdline: . svntest
>
> On 10/8/07, pburba@tigris.org <pburba@tigris.org> wrote:
> > Author: pburba
> > Date: Mon Oct 8 19:25:13 2007
> > New Revision: 27032
> >
> > Log:
> > Make verify.py match *all* lines of acutal output to regex
> expected output.

<snip>

> http://svn.collab.net/viewvc/svn/trunk/subversion/tests/cmdline/depth_
> > tests.py?pathrev=27032&r1=27031&r2=27032
> >
> ==============================================================
> ================
> > --- trunk/subversion/tests/cmdline/depth_tests.py (original)
> > +++ trunk/subversion/tests/cmdline/depth_tests.py Mon
> Oct 8 19:25:13 2007
> > @@ -109,9 +109,16 @@
> > if os.path.exists(os.path.join(wc_empty, "A")):
> > raise svntest.Failure("depth-empty checkout created
> subdir 'A'")
> >
> > +# escaped_exp = '^URL: ' + re.escape(other_A_url) + '$' \
> > +# '|Path.+|Repository.+|Revision.+|Node.+|Last.+|\n'
> > +# svntest.actions.run_and_verify_svn(None, escaped_exp, [],
> > +# 'info', '-rHEAD', A_wc_dir)
> > +
>
> Did you mean to include this commented block?
>
> --dave

Oh, that? I plead guilty to committing under the influence of lack of
sleep. Gone r27043.

Thanks for spotting that,

Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 9 14:10:08 2007

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.