647
645
# we have _with_ghost apis to give us ghost information.
648
646
self.assertEqual([parent_id_utf8, 'notbxbfse'], vf.get_ancestry_with_ghosts(['notbxbfse']))
649
647
self.assertEqual([parent_id_utf8], vf.get_parents_with_ghosts('notbxbfse'))
652
652
# if we add something that is a ghost of another, it should correct the
653
653
# results of the prior apis
654
654
vf.add_lines(parent_id_utf8, [], [])