~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2007-09-18 05:35:31 UTC
  • mto: (2830.2.10 test-traceback)
  • mto: This revision was merged to the branch mainline in revision 2874.
  • Revision ID: mbp@sourcefrog.net-20070918053531-hwrmyg05y3az3xcx
If TestCase.run_bzr hits an internal exception, don't catch it but rather propagate up into the test suite

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
  TESTING:
67
67
 
 
68
   * When running bzr commands within the test suite, internal exceptions are
 
69
     not caught and reported in the usual way, but rather allowed to propagate
 
70
     up and be visible to the test suite.  A new API ``run_bzr_catch_user_errors``
 
71
     makes this behavior available to other users.
 
72
     (Martin Pool)
 
73
 
68
74
 
69
75
bzr 0.91rc2 2007-09-11
70
76
======================