/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_errors.py

Merge fix for bug #583667 from 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
710
710
            str(e), 'Unprintable exception ErrorWithBadFormat')
711
711
 
712
712
    def test_cannot_bind_address(self):
713
 
        # see <https://bugs.edge.launchpad.net/bzr/+bug/286871>
 
713
        # see <https://bugs.launchpad.net/bzr/+bug/286871>
714
714
        e = errors.CannotBindAddress('example.com', 22,
715
715
            socket.error(13, 'Permission denied'))
716
716
        self.assertContainsRe(str(e),