summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsqldatabase/tst_qsqldatabase.cpp
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-05-27 10:09:22 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-05-27 10:09:22 (GMT)
commit9f147230845837809a30330d37b499902ad8d951 (patch)
tree15153ca09ce0a8968afca91aa09b0ceffebe302b /tests/auto/qsqldatabase/tst_qsqldatabase.cpp
parent3bf92180a78cd14e76e11b9effc45e0a27889b8f (diff)
parent0d819337435487a84e274714a759eb4bda24f942 (diff)
downloadQt-9f147230845837809a30330d37b499902ad8d951.zip
Qt-9f147230845837809a30330d37b499902ad8d951.tar.gz
Qt-9f147230845837809a30330d37b499902ad8d951.tar.bz2
Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public
Diffstat (limited to 'tests/auto/qsqldatabase/tst_qsqldatabase.cpp')
-rw-r--r--tests/auto/qsqldatabase/tst_qsqldatabase.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qsqldatabase/tst_qsqldatabase.cpp b/tests/auto/qsqldatabase/tst_qsqldatabase.cpp
index 66cf81f..4fa3dc4 100644
--- a/tests/auto/qsqldatabase/tst_qsqldatabase.cpp
+++ b/tests/auto/qsqldatabase/tst_qsqldatabase.cpp
@@ -1058,7 +1058,6 @@ void tst_QSqlDatabase::recordMySQL()
specifically: Before MySQL 5.0.15, the pad value is space. Values are right-padded
with space on insert, and trailing spaces are removed on select.
*/
-#ifdef QT3_SUPPORT
if ( major >5 || ( major == 5 && minor > 0) || ( major == 5 && minor == 0 && revision >= 15) ) {
bin10 = FieldDef("binary(10)", QVariant::ByteArray, QByteArray(Q3CString("123abc ")));
varbin10 = FieldDef("varbinary(10)", QVariant::ByteArray, QByteArray(Q3CString("123abcv ")));