1680
1680
frozenset([('missing-parent',)]), index.get_missing_parents())
1685
index = _KnitGraphIndex(combined, lambda: True, deltas=True,
1689
(('new-key',), 'fulltext,no-eol', (None, 50, 60),
1690
[('parent-1',), ('parent-2',)])])
1692
frozenset([('parent-1',), ('parent-2',)]),
1682
1695
def test_add_unvalidated_index_with_present_external_references(self):
1683
1696
index = self.two_graph_index(deltas=True)
1684
1697
# Ugly hack to get at one of the underlying GraphIndex objects that