[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 3012 - trunk/subversion/tests/clients/cmdline/svntest

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-08-22 17:15:56 CEST

brane@tigris.org writes:
> print ('FAIL: ', 'XFAIL:')[xfail != 0],
> + if xfail: error = 0 # Expected failures are not errors.
> else:
> print ('PASS: ', 'XPASS:')[xfail != 0],
> print os.path.basename(sys.argv[0]), str(n) + ":", func.__doc__

Huh. How come the first string in each array has colon-space at the
end, but the second ("X") strings have just colon?

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 22 17:34:37 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.