gitea/modules/charset
zeripath e429c1164e
Ensure that the detected charset order is set in chardet test (#12574)
TestToUTF8WithFallback is the cause of recurrent spurious test failures
even despite code to set the detected charset order.

The reason why this happens is because the preferred detected charset order
is not being initialised for these tests.

This PR simply ensures that this is set at the start of each test and would
allow different tests to be written to allow differing orders.

Replaces #12571
Close #12571

Signed-off-by: Andrew Thornton <art27@cantab.net>
2020-08-23 14:15:29 +01:00
..
charset.go Fix chardet test and add ordering option (#11621) 2020-06-02 19:20:19 -03:00
charset_test.go Ensure that the detected charset order is set in chardet test (#12574) 2020-08-23 14:15:29 +01:00