/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

  • Committer: Martin Pool
  • Date: 2011-04-14 07:53:38 UTC
  • mto: This revision was merged to the branch mainline in revision 5788.
  • Revision ID: mbp@sourcefrog.net-20110414075338-0cwknb7zokfouzwj
Stop using failIf, failUnless, etc

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')