~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_selftest.py

  • Committer: John Arbash Meinel
  • Date: 2006-09-24 18:42:09 UTC
  • mto: This revision was merged to the branch mainline in revision 2037.
  • Revision ID: john@arbash-meinel.com-20060924184209-09738b17b2de412f
whitespace fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
813
813
        self.assertContainsRe(log, 'this will be kept')
814
814
        self.assertEqual(log, test._log_contents)
815
815
 
 
816
 
816
817
class TestTestCase(TestCase):
817
818
    """Tests that test the core bzrlib TestCase."""
818
819