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