qt5base-lts/tests/auto
Thiago Macieira f28ba2be97 Fix encoding mismatches in tst_QSqlQuery
The file has been UTF-8 encoded for years, which means that the line:
    QString longerBLOB( "abcdefghijklmnopqrstuvxyz¿äëïöü¡  " );

Loaded a mojibake into QString. Then, this data was stored as a blob
in the database by calling longerBLOB.toLatin1() (a QByteArray), and
reloaded for check using toString().

Once the QString default codec changes to UTF-8, the mojibake would
get fixed, and the test would fail. Make sure it doesn't happen.

Change-Id: If12d6124c973e4a1c1b7978d90fffb9aa5545c66
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-05-07 05:03:17 +02:00
..
cmake Revert "Don't use the pri depends line for link dependencies." 2012-05-03 16:11:58 +02:00
compilerwarnings/data Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
concurrent Remove insignification from QtConcurrentFilter test. 2012-04-19 13:26:51 +02:00
corelib Add default value for getters in QJsonValue 2012-05-06 15:32:45 +02:00
dbus Fix unit confusion in ccf3b9e48b2d773999a9a88e249f79380618cde6 2012-05-02 22:49:26 +02:00
gui Remove insignification from tst_QOpenGL 2012-05-04 12:50:15 +02:00
guiapplauncher Update the documentation after moving examples. 2011-07-05 21:19:08 +02:00
network Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork] 2012-05-04 12:46:05 +02:00
opengl Re-enable QGLThreads autotest on Mac OS X. 2012-04-19 13:26:51 +02:00
other Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtGui] 2012-05-04 12:45:52 +02:00
printsupport Re-enable QPrinterInfo test on Mac OS X. 2012-04-19 04:13:04 +02:00
shared Added some convenience API for platform input contexts 2012-04-01 20:13:51 +02:00
sql Fix encoding mismatches in tst_QSqlQuery 2012-05-07 05:03:17 +02:00
testlib Make the event notification on Windows be mandatory in all dispatchers 2012-05-04 12:44:14 +02:00
tools Change remaining uses of {to,from}Ascii to {to,from}Latin1 [other] 2012-05-04 12:48:06 +02:00
widgets Load resources in in QTextDocument correctly 2012-05-04 15:31:02 +02:00
xml Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtXml] 2012-05-03 11:33:05 +02:00
auto.pro Re-enable network tests on Mac OS. 2012-04-24 16:06:28 +02:00
network-settings.h Don't require exact IMAP server version in autotests 2012-04-03 12:45:46 +02:00
platformquirks.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
test.pl Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00