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

  • Committer: Jelmer Vernooij
  • Date: 2018-11-16 18:35:30 UTC
  • mfrom: (7143.15.15 more-cleanups)
  • mto: This revision was merged to the branch mainline in revision 7178.
  • Revision ID: jelmer@jelmer.uk-20181116183530-ue8yx60h5tinl2wy
Merge more-cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
855
855
        tree2.lock_read()
856
856
        self.addCleanup(tree2.unlock)
857
857
        self.assertPathExists('tree2/subtree/file')
858
 
        self.assertEqual(
859
 
            'tree-reference',
860
 
            tree2.kind('subtree', 'subtree-root'))
 
858
        self.assertEqual('tree-reference', tree2.kind('subtree'))
861
859
 
862
860
    def test_cloning_metadir(self):
863
861
        """Ensure that cloning metadir is suitable"""