/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bundle.py

(mbp) stop using failIf, failUnless, etc (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1409
1409
        branch = tree_a.branch
1410
1410
        repo_a = branch.repository
1411
1411
        tree_a.commit("base", allow_pointless=True, rev_id='A')
1412
 
        self.failIf(branch.repository.has_signature_for_revision_id('A'))
 
1412
        self.assertFalse(branch.repository.has_signature_for_revision_id('A'))
1413
1413
        try:
1414
1414
            from bzrlib.testament import Testament
1415
1415
            # monkey patch gpg signing mechanism