~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_crash.py

  • Committer: Martin Pool
  • Date: 2009-08-20 04:45:48 UTC
  • mto: This revision was merged to the branch mainline in revision 4632.
  • Revision ID: mbp@sourcefrog.net-20090820044548-r1jgiv8golcl4auh
further tweaks to and tests of bzr apport reporting

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
            'AssertionError')
53
53
        self.assertContainsRe(report,
54
54
            'test_apport_report_contents')
 
55
        # should also be in there
 
56
        self.assertContainsRe(report,
 
57
            '(?m)^CommandLine:.*selftest')