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

Fix test_upgrade defects related to non local or absent working trees.

Show diffs side-by-side

added added

removed removed

Lines of Context:
169
169
        branch.set_parent('file:///EF')
170
170
        branch.set_bound_location('file:///GH')
171
171
        branch.set_push_location('file:///IJ')
172
 
        target = bzrdir.format_registry.make_bzrdir('experimental-branch6')
 
172
        target = bzrdir.format_registry.make_bzrdir('dirstate-with-subtree')
173
173
        converter = branch.bzrdir._format.get_converter(target)
174
174
        converter.convert(branch.bzrdir, progress.DummyProgress())
175
175
        new_branch = _mod_branch.Branch.open(self.get_url('branch'))