~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_selftest.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-06-16 22:30:30 UTC
  • mfrom: (5981.1.2 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20110616223030-imde9z1vtmhcrpoo
(vila) Remove debug statement in test (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3600
3600
        tt = features.testtools
3601
3601
        if tt.module.__version__ < (0, 9, 8):
3602
3602
            raise tests.TestSkipped('testtools-0.9.8 required for addDetail')
3603
 
        self.debug()
3604
3603
        self.assertHookCalls(1, 'run_hook_once')