diff options
author | wei <> | 2007-02-02 05:29:00 +0000 |
---|---|---|
committer | wei <> | 2007-02-02 05:29:00 +0000 |
commit | ebe35517b35dc87eaec1333263cb78e9bd4ef2e1 (patch) | |
tree | 922abab3dd85415624269640cc600c487b338186 /tests/simple_unit/SqlMap/common.php | |
parent | 72ead8d5896b9a24df4841f9c31cff1dc2fcd878 (diff) |
add unit test for sqlmap statement extends
Diffstat (limited to 'tests/simple_unit/SqlMap/common.php')
-rw-r--r-- | tests/simple_unit/SqlMap/common.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/simple_unit/SqlMap/common.php b/tests/simple_unit/SqlMap/common.php index aed11671..f414ad50 100644 --- a/tests/simple_unit/SqlMap/common.php +++ b/tests/simple_unit/SqlMap/common.php @@ -143,9 +143,9 @@ class BaseTestConfig {
//change this to connection to a different database
- return new MySQLBaseTestConfig();
+ //return new MySQLBaseTestConfig();
- //return new SQLiteBaseTestConfig();
+ return new SQLiteBaseTestConfig();
//return new MSSQLBaseTestConfig();
}
|