~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/__init__.py

  • Committer: Martin Pool
  • Date: 2005-06-22 07:56:41 UTC
  • Revision ID: mbp@sourcefrog.net-20050622075641-a85aa3c0272024bf
- Fix typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
244
244
def _show_test_failure(kind, case, tb):
245
245
     print (kind + '! ').ljust(60, '-')
246
246
     print case
247
 
     desc = test.shortDescription()
 
247
     desc = case.shortDescription()
248
248
     if desc:
249
249
         print '   (%s)' % desc
250
250
     print tb