53
59
dorothy = transform.new_directory('dorothy', oz, 'dorothy-id')
54
60
toto = transform.new_file('toto', dorothy, 'toto-contents',
62
wizard = transform.new_symlink('wizard', oz, 'wizard-target',
57
65
self.assertEqual(len(transform.find_conflicts()), 0)
58
66
self.assertEqual('contents', file('name').read())