~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart_add.py

  • Committer: Martin Pool
  • Date: 2006-05-23 10:57:02 UTC
  • mfrom: (1725 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1726.
  • Revision ID: mbp@sourcefrog.net-20060523105702-e5de4664cfdb4e8d
[merge] bzr.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: