From 56df1d34bd381e864f613cc3b72fb886dc548008 Mon Sep 17 00:00:00 2001 From: wei <> Date: Tue, 27 Feb 2007 23:59:53 +0000 Subject: Fix test cases for active record. --- tests/simple_unit/ActiveRecord/SqliteTestCase.php | 5 ++--- tests/simple_unit/unit.php | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'tests/simple_unit') diff --git a/tests/simple_unit/ActiveRecord/SqliteTestCase.php b/tests/simple_unit/ActiveRecord/SqliteTestCase.php index 01026c91..94af6200 100644 --- a/tests/simple_unit/ActiveRecord/SqliteTestCase.php +++ b/tests/simple_unit/ActiveRecord/SqliteTestCase.php @@ -1,5 +1,4 @@ -setDbConnection($conn); } diff --git a/tests/simple_unit/unit.php b/tests/simple_unit/unit.php index 02e645b0..b58c98c5 100644 --- a/tests/simple_unit/unit.php +++ b/tests/simple_unit/unit.php @@ -4,7 +4,7 @@ include_once '../test_tools/unit_tests.php'; $test_cases = dirname(__FILE__)."/"; -$tester = new PradoUnitTester($test_cases, null); +$tester = new PradoUnitTester($test_cases); $tester->run(new HtmlReporter()); ?> \ No newline at end of file -- cgit v1.2.3