1791
1791
transport = _mod_transport.get_transport_from_url(url)
1792
1792
self.assertEquals(parameters, transport.get_segment_parameters())
1794
1806
def test_stat_symlink(self):
1795
1807
# if a transport points directly to a symlink (and supports symlinks
1796
1808
# at all) you can tell this. helps with bug 32669.