~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_lockdir.py

Merge fix for bug #583667 from 2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
741
741
    def test_corrupt_lockdir_info(self):
742
742
        """We can cope with corrupt (and thus unparseable) info files."""
743
743
        # This seems like a fairly common failure case too - see
744
 
        # <https://bugs.edge.launchpad.net/bzr/+bug/619872> for instance.
 
744
        # <https://bugs.launchpad.net/bzr/+bug/619872> for instance.
745
745
        # In particular some systems tend to fill recently created files with
746
746
        # nul bytes after recovering from a system crash.
747
747
        t = self.get_transport()