/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_smart_add.py

  • Committer: Aaron Bentley
  • Date: 2007-06-28 16:50:06 UTC
  • mfrom: (2561 +trunk)
  • mto: (2520.4.116 bzr.mpbundle)
  • mto: This revision was merged to the branch mainline in revision 2572.
  • Revision ID: abentley@panoramicfeedback.com-20070628165006-m7bd56ngqs26rd91
Merge 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):