~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_config.py

  • Committer: Vincent Ladeuil
  • Date: 2011-09-02 06:21:32 UTC
  • mto: (6123.1.7 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6123.
  • Revision ID: v.ladeuil+lp@free.fr-20110902062132-dq9y0slcwe28op73
Tweaks suggested by jam during review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2435
2435
        opt = self.get_option()
2436
2436
        self.assertConverted(16, opt, u'16')
2437
2437
 
 
2438
 
2438
2439
class TestOptionWithListConverter(tests.TestCase, TestOptionConverterMixin):
2439
2440
 
2440
2441
    def get_option(self):