Switch a test case to the "utf-8" spelling.

The spelling "utf8" is not recognized by CCL.
This commit is contained in:
Dimitri Fontaine 2014-04-29 15:24:12 +02:00
parent 1d5d0ae72f
commit 9084a01086

View File

@ -26,5 +26,5 @@ LOAD DATABASE
-- INCLUDING ONLY TABLE NAMES MATCHING ~/encoding/
DECODING TABLE NAMES MATCHING ~/messed/, ~/encoding/ AS utf8;
DECODING TABLE NAMES MATCHING ~/messed/, ~/encoding/ AS utf-8;