~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to shelf_tests.py

  • Committer: Aaron Bentley
  • Date: 2005-12-03 21:25:10 UTC
  • mfrom: (295 bzrtools)
  • mto: (147.4.27 trunk)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: aaron.bentley@utoronto.ca-20051203212510-189717b33bc68494
mergedĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
        (stdout, stderr) = self.run_bzr_captured(cmd.split(), retcode=None)
125
125
 
126
126
        self.assertEqual(stderr.split('\n')[0],
127
 
            'bzr: ERROR: bzrlib.errors.BzrCommandError: shelve only accepts a single revision parameter.')
 
127
            'bzr: ERROR: shelve only accepts a single revision parameter.')
128
128
 
129
129
    def test_shelf_with_whitespace(self):
130
130
        """Shows that bzr doesn't handle whitespace well"""