Re: svn commit: rev 5522 - in trunk/subversion: libsvn_client tests/clients/cmdline
From: Robert Pluim <rpluim_at_bigfoot.com>
Date: 2003-04-03 16:54:37 CEST
Michael Wood writes:
If I replace the regexp with:
if 'svn: Filesystem has no item\n' == line:
the test continues to work. If I use
if 'svn: Filesystem has no item' == line:
it fails, so the line ending is still there, however I don't know if
-- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Apr 3 16:54:47 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.