/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_lockdir.py

  • Committer: Vincent Ladeuil
  • Date: 2010-12-02 14:21:49 UTC
  • mfrom: (5552.1.4 583667-lp-no-edge-2.3)
  • mto: This revision was merged to the branch mainline in revision 5555.
  • Revision ID: v.ladeuil+lp@free.fr-20101202142149-y5m49f4qxl7dw2do
Merge fix for bug #583667 targeted at 2.3

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