Remove the cp1252 test to see if it un-breaks the Windows buildfarm runs.
parent
7a271a34c6
commit
ce5120431b
|
@ -108,13 +108,6 @@ class TestEncodingCharset(BaseTestGenerator):
|
||||||
lc_collate='C',
|
lc_collate='C',
|
||||||
test_str='ЖИЙЮ'
|
test_str='ЖИЙЮ'
|
||||||
)),
|
)),
|
||||||
(
|
|
||||||
'With Encoding WIN1252',
|
|
||||||
dict(
|
|
||||||
db_encoding='WIN1252',
|
|
||||||
lc_collate='C',
|
|
||||||
test_str='ÆØÙü'
|
|
||||||
)),
|
|
||||||
(
|
(
|
||||||
'With Encoding WIN1253',
|
'With Encoding WIN1253',
|
||||||
dict(
|
dict(
|
||||||
|
|
Loading…
Reference in New Issue