109
108
for path in expected_paths:
110
109
self.assertNotEqual(wt.path2id(path), None, "No id added for %s" % path)
119
111
def test_add_dry_run(self):
120
112
"""Test a dry run add, make sure nothing is added."""
121
113
from bzrlib.commands import run_bzr