77
82
encoding_scenarios = [
78
# Permutation 1 of utf-8
82
'message': _yellow_horse,
83
'filename': _shrimp_sandwich,
84
'directory': _nihonjin,
88
# Permutation 2 of utf-8
91
'committer': _alexander,
92
'message': u'Testing ' + _mu,
101
'message': u'Testing ' + _mu,
102
'filename': _juju_alt,
103
'directory': _shrimp_sandwich,
105
'encoding': 'iso-8859-1',
109
'committer': _someone,
110
'message': _yellow_horse,
112
'directory': _something,
114
'encoding': 'iso-8859-2',
118
'committer': _alexander,
119
'message': u'Testing ' + _mu,
120
'filename': _russian_test,
121
'directory': _russian_test + 'dir',
123
'encoding': 'cp1251',
125
# The iso-8859-1 tests run on a default windows cp437 installation
126
# and it takes a long time to run an extra permutation of the tests
127
# But just in case we want to add this back in:
128
# ('cp437', {'committer':_erik
129
# , 'message':u'Testing ' + _mu
130
# , 'filename':'file_' + _omega
131
# , 'directory':_epsilon + '_dir',
132
# 'encoding': 'cp437'}),
83
# Permutation 1 of utf-8
87
'message': _yellow_horse,
88
'filename': _shrimp_sandwich,
89
'directory': _nihonjin,
93
# Permutation 2 of utf-8
96
'committer': _alexander,
97
'message': u'Testing ' + _mu,
106
'message': u'Testing ' + _mu,
107
'filename': _juju_alt,
108
'directory': _shrimp_sandwich,
110
'encoding': 'iso-8859-1',
114
'committer': _someone,
115
'message': _yellow_horse,
117
'directory': _something,
119
'encoding': 'iso-8859-2',
123
'committer': _alexander,
124
'message': u'Testing ' + _mu,
125
'filename': _russian_test,
126
'directory': _russian_test + 'dir',
128
'encoding': 'cp1251',
130
# The iso-8859-1 tests run on a default windows cp437 installation
131
# and it takes a long time to run an extra permutation of the tests
132
# But just in case we want to add this back in:
133
# ('cp437', {'committer':_erik
134
# , 'message':u'Testing ' + _mu
135
# , 'filename':'file_' + _omega
136
# , 'directory':_epsilon + '_dir',
137
# 'encoding': 'cp437'}),