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