~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/EncodingAdapter.py

  • Committer: John Arbash Meinel
  • Date: 2006-02-05 04:56:55 UTC
  • mto: (1685.1.1 bzr-encoding)
  • mto: This revision was merged to the branch mainline in revision 1752.
  • Revision ID: john@arbash-meinel.com-20060205045655-3ece0272025f471f
Adding Hebrew characters.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
_someone = u'Some\u016f\u0148\u011b'
67
67
_something = u'\u0165ou\u010dk\xfd'
68
68
 
 
69
# Hebrew
 
70
# I think this means 'README'
 
71
_readme = u'\u05e9\u05dc\u05d5\u05dd'
69
72
 
70
73
class EncodingTestAdapter(object):
71
74
    """A tool to generate a suite, testing multiple encodings for a single test.
85
88
        # Permutation 2 of utf-8
86
89
        ('utf-8', 2, {'committer':_alexander
87
90
                  , 'message':u'Testing ' + _mu
88
 
                  , 'filename':_juju
89
 
                  , 'directory':_juju_alt}),
 
91
                  , 'filename':_readme
 
92
                  , 'directory':_juju}),
90
93
        ('iso-8859-1', 0, {'committer':_erik
91
94
                  , 'message':u'Testing ' + _mu
92
95
                  , 'filename':_juju_alt