821
821
parent = tt.trans_id_file_id('parent-id')
822
822
tt.new_file('file', parent, 'Contents')
823
823
raw_conflicts = resolve_conflicts(tt)
824
826
self.assertLength(1, raw_conflicts)
825
827
self.assertEqual(('missing parent', 'Created directory', 'new-1'),
828
832
def test_moving_versioned_directories(self):
829
833
create, root = self.get_transform()