~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_bad_files.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-22 18:09:04 UTC
  • mfrom: (2485.8.63 bzr.connection.sharing)
  • Revision ID: pqm@pqm.ubuntu.com-20070722180904-wy7y7oyi32wbghgf
Transport connection sharing

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
                           ])
71
71
 
72
72
        # We should raise an error if we are adding a bogus file
73
 
        self.assertRaises(errors.BadFileKindError,
74
 
                          add.smart_add_tree, wt, ['a-fifo'])
 
73
        self.assertRaises(errors.BadFileKindError, wt.smart_add, ['a-fifo'])
75
74
 
76
75
        # And the list of files shouldn't have been modified
77
76
        verify_status(self, wt,
82
81
 
83
82
        # Make sure smart_add can handle having a bogus
84
83
        # file in the way
85
 
        add.smart_add_tree(wt, ['.'])
 
84
        wt.smart_add([])
86
85
        verify_status(self, wt,
87
86
                          ['added:\n',
88
87
                           '  six\n',