From 1f8410794c8213d87227fabae2114a3be8033ece Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 18 May 2006 08:16:21 +0000 Subject: Moved adodb to 3rdParty directory. --- tests/unit/SQLMap/TAdodbConnectionTestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/unit/SQLMap/TAdodbConnectionTestCase.php') diff --git a/tests/unit/SQLMap/TAdodbConnectionTestCase.php b/tests/unit/SQLMap/TAdodbConnectionTestCase.php index df912c1b..c0d99867 100644 --- a/tests/unit/SQLMap/TAdodbConnectionTestCase.php +++ b/tests/unit/SQLMap/TAdodbConnectionTestCase.php @@ -14,7 +14,7 @@ class TAdodbConnectionTestCase extends UnitTestCase $file = dirname(__FILE__).'/resources/data.db'; $this->db_file = dirname(__FILE__).'/resources/test.db'; copy($file,$this->db_file); - $provider = new TAdodbProvider(); + $provider = new TAdodb(); $provider->importAdodbLibrary(); } @@ -25,7 +25,7 @@ class TAdodbConnectionTestCase extends UnitTestCase function testProviderCreation() { - $provider = new TAdodbProvider(); + $provider = new TAdodb(); $connection = $provider->getConnection(); $this->assertTrue($connection instanceof TAdodbConnection); try -- cgit v1.2.3