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