~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-06-11 03:09:28 UTC
  • mto: (1711.7.2 win32)
  • mto: This revision was merged to the branch mainline in revision 1796.
  • Revision ID: john@arbash-meinel.com-20060611030928-502d4af47bd62fe1
Remove cp437 from the set of encodings, it isn't strictly needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
                  , 'message':u'Testing ' + _mu
112
112
                  , 'filename':_russian_test
113
113
                  , 'directory':_russian_test + 'dir'}),
114
 
        ('cp437', 0, {'committer':_erik
115
 
                  , 'message':u'Testing ' + _mu
116
 
                  , 'filename':'file_' + _omega
117
 
                  , 'directory':_epsilon + '_dir'}),
 
114
# The iso-8859-1 tests run on a default windows cp437 installation
 
115
# and it takes a long time to run an extra permutation of the tests
 
116
# But just in case we want to add this back in:
 
117
#        ('cp437', 0, {'committer':_erik
 
118
#                  , 'message':u'Testing ' + _mu
 
119
#                  , 'filename':'file_' + _omega
 
120
#                  , 'directory':_epsilon + '_dir'}),
118
121
    ]
119
122
 
120
123
    def adapt(self, test):