summaryrefslogtreecommitdiff
path: root/tests/simple_unit/SqlMap/common.php
diff options
context:
space:
mode:
authorwei <>2007-02-02 05:29:00 +0000
committerwei <>2007-02-02 05:29:00 +0000
commitebe35517b35dc87eaec1333263cb78e9bd4ef2e1 (patch)
tree922abab3dd85415624269640cc600c487b338186 /tests/simple_unit/SqlMap/common.php
parent72ead8d5896b9a24df4841f9c31cff1dc2fcd878 (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.php4
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();
}