140
140
def test__remote_path_relative_root(self):
141
141
# relative paths are preserved
142
142
t = self.get_transport('')
144
144
# the remote path should be relative to home dir
145
145
# (i.e. not begining with a '/')
146
146
self.assertEqual('a', t._remote_path('a'))