diff options
author | Bill King <bking@trolltech.com> | 2009-07-08 01:52:38 (GMT) |
---|---|---|
committer | Bill King <bking@trolltech.com> | 2009-07-08 01:52:38 (GMT) |
commit | 291279cc24aa543454953b93b1db026caf0d7eb6 (patch) | |
tree | 00c641c50eba4ca26708544d905133a133e577af | |
parent | b2e62931f1b2968a69aa013b27a50d2e6beb4e27 (diff) | |
download | Qt-291279cc24aa543454953b93b1db026caf0d7eb6.zip Qt-291279cc24aa543454953b93b1db026caf0d7eb6.tar.gz Qt-291279cc24aa543454953b93b1db026caf0d7eb6.tar.bz2 |
Make the table actually delete before the autotest
-rw-r--r-- | tests/auto/qsqlquery/tst_qsqlquery.cpp | 2 |
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" ); |