From 33b2284955a8f0015922d4c69c5082141b584f27 Mon Sep 17 00:00:00 2001 From: wei <> Date: Tue, 5 Dec 2006 23:37:07 +0000 Subject: load the inlineeditor textbox in client side onload. --- tests/simple_unit/SqlMap/common.php | 2 +- tests/simple_unit/SqlMap/sqlite/backup.db | Bin 32768 -> 24576 bytes tests/simple_unit/SqlMap/sqlite/tests.db | Bin 32768 -> 24576 bytes 3 files changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/simple_unit') diff --git a/tests/simple_unit/SqlMap/common.php b/tests/simple_unit/SqlMap/common.php index 2856f66e..57685c31 100644 --- a/tests/simple_unit/SqlMap/common.php +++ b/tests/simple_unit/SqlMap/common.php @@ -76,7 +76,7 @@ class SQLiteBaseTestConfig extends BaseTestConfig $this->targetFile = realpath(SQLMAP_TESTS.'/sqlite/tests.db'); $this->baseFile = realpath(SQLMAP_TESTS.'/sqlite/backup.db'); $file = realpath($this->targetFile); - $this->_connection = new TDbConnection("sqlite2:{$file}"); + $this->_connection = new TDbConnection("sqlite:{$file}"); } public function getScriptRunner() diff --git a/tests/simple_unit/SqlMap/sqlite/backup.db b/tests/simple_unit/SqlMap/sqlite/backup.db index fa66b2cc..4f5a353d 100644 Binary files a/tests/simple_unit/SqlMap/sqlite/backup.db and b/tests/simple_unit/SqlMap/sqlite/backup.db differ diff --git a/tests/simple_unit/SqlMap/sqlite/tests.db b/tests/simple_unit/SqlMap/sqlite/tests.db index fa66b2cc..290c8899 100644 Binary files a/tests/simple_unit/SqlMap/sqlite/tests.db and b/tests/simple_unit/SqlMap/sqlite/tests.db differ -- cgit v1.2.3