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

  • Committer: Jelmer Vernooij
  • Date: 2011-06-19 15:23:02 UTC
  • mto: This revision was merged to the branch mainline in revision 5987.
  • Revision ID: jelmer@samba.org-20110619152302-3frgwvhpa3r9gpbr
More test fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
        m = MatchesAncestry(branch.repository, revid1)
89
89
        self.assertThat([revid1], m)
90
90
        m = MatchesAncestry(branch.repository, "unknown")
91
 
        self.assertRaises(AssertionError, m.match, [])
 
91
        self.assertThat(["unknown"], m)
92
92
 
93
93
    def test_mismatch(self):
94
94
        b = self.make_branch_builder('.')