/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart_add.py

merge bzr.dev r3998

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