954
946
self.assertEqual([], sorted_list('.'))
955
947
# c2 is precisely one letter longer than c here to test that
956
948
# suffixing is not confused.
957
949
# a%25b checks that quoting is done consistently across transports
958
950
tree_names = ['a', 'a%25b', 'b', 'c/', 'c/d', 'c/e', 'c2/']
960
953
self.build_tree(tree_names, transport=t)
965
958
['a', 'a%2525b', 'b', 'c', 'c2'], sorted_list('.'))