~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_bzrdir/test_bzrdir.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:
1178
1178
        # for remote formats, there must be no prior assumption about the
1179
1179
        # network name to use - it's possible that this may somehow have got
1180
1180
        # in through an unisolated test though - see
1181
 
        # <https://bugs.edge.launchpad.net/bzr/+bug/504102>
 
1181
        # <https://bugs.launchpad.net/bzr/+bug/504102>
1182
1182
        self.assertEquals(getattr(self.bzrdir_format,
1183
1183
            '_network_name', None),
1184
1184
            None)