test: Fixed tests

This commit is contained in:
Eberhard Graether
2015-09-17 15:07:46 +02:00
parent b36e3fb758
commit 04f24ba63d
12 changed files with 328 additions and 32 deletions
+2
View File
@@ -25,6 +25,8 @@ void SqliteStorage::clear()
{
m_database.execDML("PRAGMA foreign_keys=OFF;");
clearTables();
setup();
}
void SqliteStorage::beginTransaction()