/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/EncodingAdapter.py

  • Committer: John Arbash Meinel
  • Date: 2006-02-05 12:48:37 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-20060205124837-06b784b5ff8187eb
Fixing translation of Hebrew word.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
_something = u'\u0165ou\u010dk\xfd'
68
68
 
69
69
# Hebrew
70
 
# I think this means 'README'
71
 
_readme = u'\u05e9\u05dc\u05d5\u05dd'
 
70
# Shalom -> 'hello' or 'peace', used as a common greeting
 
71
_shalom = u'\u05e9\u05dc\u05d5\u05dd'
72
72
 
73
73
class EncodingTestAdapter(object):
74
74
    """A tool to generate a suite, testing multiple encodings for a single test.
88
88
        # Permutation 2 of utf-8
89
89
        ('utf-8', 2, {'committer':_alexander
90
90
                  , 'message':u'Testing ' + _mu
91
 
                  , 'filename':_readme
 
91
                  , 'filename':_shalom
92
92
                  , 'directory':_juju}),
93
93
        ('iso-8859-1', 0, {'committer':_erik
94
94
                  , 'message':u'Testing ' + _mu