summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBill King <bking@trolltech.com>2009-07-08 01:52:38 (GMT)
committerBill King <bking@trolltech.com>2009-07-08 01:52:38 (GMT)
commit291279cc24aa543454953b93b1db026caf0d7eb6 (patch)
tree00c641c50eba4ca26708544d905133a133e577af /tests
parentb2e62931f1b2968a69aa013b27a50d2e6beb4e27 (diff)
downloadQt-291279cc24aa543454953b93b1db026caf0d7eb6.zip
Qt-291279cc24aa543454953b93b1db026caf0d7eb6.tar.gz
Qt-291279cc24aa543454953b93b1db026caf0d7eb6.tar.bz2
Make the table actually delete before the autotest
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qsqlquery/tst_qsqlquery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qsqlquery/tst_qsqlquery.cpp b/tests/auto/qsqlquery/tst_qsqlquery.cpp
index 5e782ca..c94b693 100644
--- a/tests/auto/qsqlquery/tst_qsqlquery.cpp
+++ b/tests/auto/qsqlquery/tst_qsqlquery.cpp
@@ -296,7 +296,7 @@ void tst_QSqlQuery::dropTestTables( QSqlDatabase db )
<< qTableName( "oraRowId" );
if ( db.driverName().startsWith("QPSQL") )
- tablenames <<"task_233829";
+ tablenames << qTableName("task_233829");
if ( db.driverName().startsWith("QSQLITE") )
tablenames << qTableName( "record_sqlite" );