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

(robertc) Pull in patches from bzr.dev: Up to rev 4637, then 4639,
        4641, 4643, 4646, 4649, 4650, 4651. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
528
528
        self.assertEqual('1', target.open_branch().last_revision())
529
529
 
530
530
    def test_clone_bzrdir_tree_branch_repo(self):
531
 
        self.thisFailsStrictLockCheck()
532
531
        tree = self.make_branch_and_tree('source')
533
532
        self.build_tree(['source/foo'])
534
533
        tree.add('foo')
569
568
        self.assertEqual(target_repo._format, source_branch.repository._format)
570
569
 
571
570
    def test_revert_inventory(self):
572
 
        self.thisFailsStrictLockCheck()
573
571
        tree = self.make_branch_and_tree('source')
574
572
        self.build_tree(['source/foo'])
575
573
        tree.add('foo')
624
622
                                     ])
625
623
 
626
624
    def test_clone_bzrdir_tree_revision(self):
627
 
        self.thisFailsStrictLockCheck()
628
625
        # test for revision limiting, [smoke test, not corner case checks].
629
626
        # make a tree with a revision with a last-revision
630
627
        # and clone it with a revision limit.