47
47
"""Files are selected for deletion appropriately"""
49
49
tree = BzrDir.create_standalone_workingtree('branch')
50
55
file('branch/file.BASE', 'wb').write('contents')
51
56
self.assertEqual(len(list(iter_deletables(tree))), 1)
52
57
file('branch/file~', 'wb').write('contents')