~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_lockdir.py

  • Committer: Jelmer Vernooij
  • Date: 2010-12-20 11:57:14 UTC
  • mto: This revision was merged to the branch mainline in revision 5577.
  • Revision ID: jelmer@samba.org-20101220115714-2ru3hfappjweeg7q
Don't use no-plugins.

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