~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart_add.py

  • Committer: John Arbash Meinel
  • Date: 2007-06-28 23:18:09 UTC
  • mfrom: (2562 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2566.
  • Revision ID: john@arbash-meinel.com-20070628231809-pqbt7puoqj8bl07b
[merge] bzr.dev 2562

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
        wt = self.make_branch_and_tree('.')
116
116
        self.build_tree(['inertiatic/', 'inertiatic/esp'])
117
117
        eq(list(wt.unknowns()), ['inertiatic'])
118
 
        self.capture('add --dry-run .')
 
118
        self.run_bzr('add --dry-run .')
119
119
        eq(list(wt.unknowns()), ['inertiatic'])
120
120
 
121
121
    def test_add_non_existant(self):