~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart_add.py

Merge add update from oddbloke

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
        self.run_action("")
151
151
 
152
152
    def test__print(self):
153
 
        self.run_action("added path\n")
 
153
        self.run_action("adding path\n")
154
154
 
155
155
    def run_action(self, output):
156
156
        from bzrlib.add import AddAction