Fix failing sqlite test
This commit is contained in:
parent
4cd7932f9b
commit
9b6306a713
@ -58,7 +58,7 @@ class SQLiteTest extends UnitTestCase {
|
|||||||
|
|
||||||
//Check
|
//Check
|
||||||
$dbs = $this->db->get_tables();
|
$dbs = $this->db->get_tables();
|
||||||
$this->assertEqual($dbs['create_test'], 'CREATE TABLE create_test (id INTEGER PRIMARY KEY)');
|
$this->assertEqual($dbs['create_test'], 'CREATE TABLE "create_test" (id INTEGER PRIMARY KEY)');
|
||||||
}
|
}
|
||||||
|
|
||||||
function TestDeleteTable()
|
function TestDeleteTable()
|
||||||
|
Loading…
Reference in New Issue
Block a user