diff options
author | wei <> | 2006-12-05 23:37:07 +0000 |
---|---|---|
committer | wei <> | 2006-12-05 23:37:07 +0000 |
commit | 33b2284955a8f0015922d4c69c5082141b584f27 (patch) | |
tree | e23b3805a8c1e3dd70076ae36d2e4733f11d56bc /tests/simple_unit/SqlMap | |
parent | 176ee7e9b6c69cf42e7afeeb03db602237a49bc3 (diff) |
load the inlineeditor textbox in client side onload.
Diffstat (limited to 'tests/simple_unit/SqlMap')
-rw-r--r-- | tests/simple_unit/SqlMap/common.php | 2 | ||||
-rw-r--r-- | tests/simple_unit/SqlMap/sqlite/backup.db | bin | 32768 -> 24576 bytes | |||
-rw-r--r-- | tests/simple_unit/SqlMap/sqlite/tests.db | bin | 32768 -> 24576 bytes |
3 files changed, 1 insertions, 1 deletions
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 Binary files differindex fa66b2cc..4f5a353d 100644 --- a/tests/simple_unit/SqlMap/sqlite/backup.db +++ b/tests/simple_unit/SqlMap/sqlite/backup.db diff --git a/tests/simple_unit/SqlMap/sqlite/tests.db b/tests/simple_unit/SqlMap/sqlite/tests.db Binary files differindex fa66b2cc..290c8899 100644 --- a/tests/simple_unit/SqlMap/sqlite/tests.db +++ b/tests/simple_unit/SqlMap/sqlite/tests.db |