52
51
t = bzrdir.BzrDir.create_standalone_workingtree('.')
53
52
# an empty inventory with no revision will trigger reconciliation.
54
53
repo = t.branch.repository
57
55
repo.add_inventory('missing', inv, [])
59
57
self.assertEqualDiff(out, "Reconciling repository %s\n"
60
58
"Backup Inventory created.\n"
61
59
"Inventory regenerated.\n"