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

  • Committer: Martin Pool
  • Date: 2006-03-09 05:11:24 UTC
  • mto: This revision was merged to the branch mainline in revision 1602.
  • Revision ID: mbp@sourcefrog.net-20060309051124-024649ca9d9d7326
Revert change to WorkingTreeFormat3 format string; too many things want it the old way

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
        # stat-cache = ??
167
167
        # no inventory.basis yet
168
168
        t = control.get_workingtree_transport(None)
169
 
        self.assertEqualDiff('Bazaar-NG Working Tree format 3\n',
 
169
        self.assertEqualDiff('Bazaar-NG Working Tree format 3',
170
170
                             t.get('format').read())
171
171
        self.assertEqualDiff('<inventory format="5">\n'
172
172
                             '</inventory>\n',