720
725
self.assertIs(os.path.lexists(this.wt.abspath('h.OTHER')), True)
722
727
def test_filename_merge(self):
726
732
base_a, this_a, other_a = [t.tt.new_directory('a', t.root, 'a')
727
733
for t in [base, this, other]]
728
734
base_b, this_b, other_b = [t.tt.new_directory('b', t.root, 'b')