mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-22 23:49:58 -05:00
Correct test failures in mingw
This commit is contained in:
parent
d7a83f1b83
commit
d217da421f
@ -320,6 +320,7 @@ void TestCsvParser::testUnicode() {
|
||||
//ERROR QChar g("\u20AC");
|
||||
parser->setFieldSeparator(QChar('A'));
|
||||
QTextStream out(file.data());
|
||||
out.setCodec("UTF-8");
|
||||
out << QString("€1A2śA\"3śAż\"Ażac");
|
||||
|
||||
QVERIFY(parser->parse(file.data()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user