~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_errors.py

Fix all comments where bugs.edge.launchpad.net was used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
678
678
            str(e), 'Unprintable exception ErrorWithBadFormat')
679
679
 
680
680
    def test_cannot_bind_address(self):
681
 
        # see <https://bugs.edge.launchpad.net/bzr/+bug/286871>
 
681
        # see <https://bugs.launchpad.net/bzr/+bug/286871>
682
682
        e = errors.CannotBindAddress('example.com', 22,
683
683
            socket.error(13, 'Permission denied'))
684
684
        self.assertContainsRe(str(e),