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