Fix backing transport and server usage for ftp support.
*Â bzrlib/tests/transport_util.py:
(InstrumentedTransport.__init__): Short-circuiting the backed
transport constructor fails for ftp. Avoid the assertion while
still modifying the scheme.
(TestCaseWithConnectionHookedTransport.get_url): Respect the
backing scheme when replacing it before talking to the backing
server.