/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_revisionspec.py

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
641
641
        # XXX: Right now, we use fetch() to make sure the remote revisions
642
642
        # have been pulled into the local branch. We may change that
643
643
        # behavior in the future.
644
 
        self.failUnless(self.tree.branch.repository.has_revision('new_r3'))
 
644
        self.assertTrue(self.tree.branch.repository.has_revision('new_r3'))
645
645
 
646
646
    def test_no_commits(self):
647
647
        new_tree = self.make_branch_and_tree('new_tree')