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

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

From: Arfrever Frehtes Taifersar Arahesis <arfrever.fta_at_gmail.com>
Date: Mon, 20 Oct 2008 03:40:34 +0200

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?

-- 
Arfrever Frehtes Taifersar Arahesis

Received on 2008-10-20 03:46:05 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.