~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_lockdir.py

  • Committer: Andrew Bennetts
  • Date: 2010-12-14 23:14:44 UTC
  • mfrom: (5569 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5570.
  • Revision ID: andrew.bennetts@canonical.com-20101214231444-uubf7zjbg8q92ocs
MergeĀ lp:bzr.

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()