/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 breezy/tests/per_workingtree/test_paths2ids.py

  • Committer: Jelmer Vernooij
  • Date: 2018-02-03 13:39:29 UTC
  • mto: This revision was merged to the branch mainline in revision 6852.
  • Revision ID: jelmer@jelmer.uk-20180203133929-ypmcaqi77hsa0re7
More foreign branch fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
        # should not raise an error: it must be unversioned in *all* trees to
173
173
        # error.
174
174
        tree = self.make_branch_and_tree('tree')
 
175
        if not tree.supports_setting_file_ids():
 
176
            raise TestNotApplicable('tree does not support setting file ids')
175
177
        tree.commit('make basis')
176
178
        basis = tree.basis_tree()
177
179
        self.build_tree(['tree/in-one'])