/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

Partial updates for API changes in trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
        control.create_branch()
236
236
        tree = workingtree.WorkingTreeFormat4().initialize(control)
237
237
        # we want:
238
 
        # format 'Bazaar-NG Working Tree format 4'
 
238
        # format 'Bazaar Working Tree format 4'
239
239
        # inventory = blank inventory
240
240
        # pending-merges = ''
241
241
        # stat-cache = ??
242
242
        # no inventory.basis yet
243
243
        t = control.get_workingtree_transport(None)
244
 
        self.assertEqualDiff('Bazaar-NG Working Tree format 4',
 
244
        self.assertEqualDiff('Bazaar Working Tree format 4',
245
245
                             t.get('format').read())
246
246
        self.assertEqualDiff('<inventory format="5">\n'
247
247
                             '</inventory>\n',