~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_config.py

  • Committer: Vincent Ladeuil
  • Date: 2010-10-04 09:47:39 UTC
  • mto: This revision was merged to the branch mainline in revision 5499.
  • Revision ID: v.ladeuil+lp@free.fr-20101004094739-cn2ps0c3t3hj3e5u
Make the test properly fail and provide a fake implementation for ``bzr config --remove opt_name``.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
        _t_config.create_configs_with_file_option(self)
136
136
 
137
137
    def test_unknown_option(self):
138
 
        self.run_bzr_error(['file option is unknown',],
 
138
        self.run_bzr_error(['file is not a known option',],
139
139
                           ['config', '--remove', 'file'])