~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart_add.py

  • Committer: Marius Kruger
  • Date: 2007-06-27 18:48:10 UTC
  • mfrom: (2557 +trunk)
  • mto: (2605.1.1 rm-renamed)
  • mto: This revision was merged to the branch mainline in revision 2609.
  • Revision ID: marius.kruger@enerweb.co.za-20070627184810-4jq1y5f20xafow9w
Merge with bzr.dev

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):