~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_lockdir.py

  • Committer: Martin
  • Date: 2010-05-20 18:23:17 UTC
  • mto: This revision was merged to the branch mainline in revision 5244.
  • Revision ID: gzlist@googlemail.com-20100520182317-10t33p32m8qcq0m3
Point launchpad links in comments at production server rather than edge

Show diffs side-by-side

added added

removed removed

Lines of Context:
669
669
    def test_no_lockdir_info(self):
670
670
        """We can cope with empty info files."""
671
671
        # This seems like a fairly common failure case - see
672
 
        # <https://bugs.edge.launchpad.net/bzr/+bug/185103> and all its dupes.
 
672
        # <https://bugs.launchpad.net/bzr/+bug/185103> and all its dupes.
673
673
        # Processes are often interrupted after opening the file
674
674
        # before the actual contents are committed.
675
675
        t = self.get_transport()