50
50
def test_unlocked_repo_locked(self):
51
51
# break lock on the branch should try on the repository even
52
52
# if the branch isn't locked
54
59
other_instance = self.branch.repository.bzrdir.open_repository()
55
60
if not other_instance.get_physical_lock_status():
56
61
raise TestNotApplicable("Repository does not lock persistently.")