627
626
def test_add_reports(self):
628
627
"""add command prints the names of added files."""
630
629
self.build_tree(['top.txt', 'dir/', 'dir/sub.txt', 'CVS'])
631
630
out = self.run_bzr_captured(['add'], retcode=0)[0]
632
631
# the ordering is not defined at the moment