From ebe35517b35dc87eaec1333263cb78e9bd4ef2e1 Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 2 Feb 2007 05:29:00 +0000 Subject: add unit test for sqlmap statement extends --- tests/simple_unit/SqlMap/common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/simple_unit/SqlMap/common.php') 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(); } -- cgit v1.2.3