~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart_add.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-02-09 21:08:10 UTC
  • mfrom: (3989.1.2 bzr.ab.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20090209210810-cq9lgqy519b7wfyi
(oddbloke) bzr add distinguishes between success and failure better.

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