~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: 2006-05-23 00:18:26 UTC
  • mfrom: (1724.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060523001826-458fe69c27fc17a7
Merge bzr add performance improvements. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
        inv = Inventory()
209
209
        stdout = StringIO()
210
210
 
211
 
        self.apply_redirected(None, stdout, None, action, inv, 'path', 'file')
 
211
        self.apply_redirected(None, stdout, None, action, inv, None, 'path', 'file')
212
212
        self.assertEqual(stdout.getvalue(), output)
213
213
 
214
214
        if should_add: