~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/trace.py

  • Committer: John Arbash Meinel
  • Date: 2005-11-18 16:16:38 UTC
  • mto: (1185.50.19 bzr-jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1512.
  • Revision ID: john@arbash-meinel.com-20051118161638-f3cc5fcfb6504126
Renamed all test modules to remove the 'test' prefix

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        self.assertEqualDiff(error_lines[0], 
38
38
                'exceptions.NotImplementedError: time travel')
39
39
        self.assertContainsRe(error_lines[1], 
40
 
                r'^  at .*testtrace\.py line \d+$')  
 
40
                r'^  at .*trace\.py line \d+$')  
41
41
        self.assertContainsRe(error_lines[2], 
42
42
                r'^  in test_format_sys_exception$')
43
43