This commit is contained in:
aleks-f 2013-02-17 16:30:31 -06:00
Родитель 6cae42a29c
Коммит efc0387838
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -2803,7 +2803,6 @@ void SQLiteTest::testCommitCallback()
std::string firstName("firstname");
std::string address("Address");
int age = 133132;
int count = 0;
std::string result;
tmp.begin();
tmp << "DROP TABLE IF EXISTS Person", now;
@ -2845,7 +2844,6 @@ void SQLiteTest::testRollbackCallback()
std::string firstName("firstname");
std::string address("Address");
int age = 133132;
int count = 0;
std::string result;
tmp.begin();
tmp << "DROP TABLE IF EXISTS Person", now;