~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transport_implementations.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1005
1005
    def test_connection_error(self):
1006
1006
        """ConnectionError is raised when connection is impossible.
1007
1007
        
1008
 
        The error may be raised from either the constructor or the first
1009
 
        operation on the transport.
 
1008
        The error should be raised from the first operation on the transport.
1010
1009
        """
1011
1010
        try:
1012
1011
            url = self._server.get_bogus_url()