588
588
self.assertFalse(repo.get_physical_lock_status())
590
590
def prepare_for_break_lock(self):
591
592
# Setup the global ui factory state so that a break-lock method call
592
593
# will find usable input in the input stream.
597
594
ui.ui_factory = ui.CannedInputUIFactory([True])
599
596
def test_break_lock_breaks_physical_lock(self):