test: adjust names of Unicode test functions
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 15 Feb 2019 22:12:50 +0000 (23:12 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 16 Feb 2019 14:42:20 +0000 (15:42 +0100)
commitbc19681acfa411c48d7ab83679dbc3ef089901d6
treefd3487ec8b44bf22f28f56d8ddd32b2c1741400d
parent60c4454ddb98cb3e194483fb66652e0bb2552761
test: adjust names of Unicode test functions

In test/py/conftest.py the assumption is made that for if a test is called
with `ut unicode` the test function name starts with 'unicode_test_'. As
the Unicode tests did not follow this naming scheme they were not executed
by `make tests`.

Rename the Unicode test functions.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
test/unicode_ut.c