~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart_add.py

  • Committer: Aaron Bentley
  • Date: 2006-05-25 17:20:51 UTC
  • mfrom: (1731 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: abentley@panoramicfeedback.com-20060525172051-0f7bca5bc11e4173
MergeĀ fromĀ dev

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: