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

  • Committer: Robert Collins
  • Date: 2006-02-16 08:18:32 UTC
  • mto: (1534.1.24 integration)
  • mto: This revision was merged to the branch mainline in revision 1554.
  • Revision ID: robertc@robertcollins.net-20060216081832-4ef742424a888da0
Advise users running upgrade on a checkout to also run it on the branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
    def test_up_to_date(self):
34
34
        error = errors.UpToDateFormat(bzrdir.BzrDirFormat4())
35
 
        self.assertEqualDiff("", str(error))
 
35
        self.assertEqualDiff("The branch format Bazaar-NG branch, "
 
36
                             "format 0.0.4 is already at the most "
 
37
                             "recent format.",
 
38
                             str(error))