973
965
self.assertEqual([], sorted_list('.'))
974
966
# c2 is precisely one letter longer than c here to test that
975
967
# suffixing is not confused.
976
968
# a%25b checks that quoting is done consistently across transports
977
969
tree_names = ['a', 'a%25b', 'b', 'c/', 'c/d', 'c/e', 'c2/']
979
972
self.build_tree(tree_names, transport=t)
984
977
['a', 'a%2525b', 'b', 'c', 'c2'], sorted_list('.'))