summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsqlquery
diff options
context:
space:
mode:
authorBill King <bill.king@nokia.com>2009-08-11 03:50:12 (GMT)
committerBill King <bill.king@nokia.com>2009-08-11 03:54:14 (GMT)
commitb200e79d5df436f2c881f8a2bc5534ee53e664d5 (patch)
tree91592812919b73c8229c549267d05691cd686020 /tests/auto/qsqlquery
parent276ad6012620864d4e9fb4a9cb45bcf904c9fbc3 (diff)
downloadQt-b200e79d5df436f2c881f8a2bc5534ee53e664d5.zip
Qt-b200e79d5df436f2c881f8a2bc5534ee53e664d5.tar.gz
Qt-b200e79d5df436f2c881f8a2bc5534ee53e664d5.tar.bz2
Fixes false fails in interbase autotests.
Diffstat (limited to 'tests/auto/qsqlquery')
-rw-r--r--tests/auto/qsqlquery/tst_qsqlquery.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qsqlquery/tst_qsqlquery.cpp b/tests/auto/qsqlquery/tst_qsqlquery.cpp
index f3dd920..e1823e6 100644
--- a/tests/auto/qsqlquery/tst_qsqlquery.cpp
+++ b/tests/auto/qsqlquery/tst_qsqlquery.cpp
@@ -1611,6 +1611,8 @@ void tst_QSqlQuery::prepare_bind_exec()
QFETCH( QString, dbName );
QSqlDatabase db = QSqlDatabase::database( dbName );
CHECK_DATABASE( db );
+ if(db.driverName().startsWith("QIBASE") && (db.databaseName() == "silence.nokia.troll.no:c:\\ibase\\testdb_ascii" || db.databaseName() == "/opt/interbase/qttest.gdb"))
+ QSKIP("Can't transliterate extended unicode to ascii", SkipSingle);
{
// new scope for SQLITE