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

Re: Question about subversion/tests/cmdline/tree_conflict_tests.py:ensure_tree_conflict()

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Mon, 20 Oct 2008 11:30:40 +0100

On Mon, 2008-10-20 at 03:40 +0200, Arfrever Frehtes Taifersar Arahesis
wrote:
> subversion/tests/cmdline/tree_conflict_tests.py:ensure_tree_conflict() contains:
>
> except svntest.Failure:
> # Reason for catching exceptions here is to be able to see progress
> # during early development when a large number of sub-tests often
> # fail. When the feature is stable, the "try" and "except" can go away.
> (exc_type, exc_val) = sys.exc_info()[:2]
> print "EXCEPTION for", str(inc_action), "onto", str(loc_action) + ": ",
> for x in traceback.format_exception_only(exc_type, exc_val):
> sys.stdout.write(x)
> print
>
> Is this code still needed?

No, it isn't. Thanks for noticing.

I have deleted it in r33773.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-20 12:31:04 CEST

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.