From 0090de89b8b23069c1dd71801389dfa063e610b4 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 31 Mar 2006 22:52:19 +0000 Subject: Fixed a few errors caused by incorrect path to cache classes. --- tests/UnitTests/framework/Data/utAPCCache.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/UnitTests/framework/Data/utAPCCache.php') diff --git a/tests/UnitTests/framework/Data/utAPCCache.php b/tests/UnitTests/framework/Data/utAPCCache.php index b9e0f3e8..48458c27 100644 --- a/tests/UnitTests/framework/Data/utAPCCache.php +++ b/tests/UnitTests/framework/Data/utAPCCache.php @@ -2,11 +2,11 @@ require_once(dirname(__FILE__).'/../common.php'); require_once(dirname(__FILE__).'/CacheTestCase.php'); -Prado::using('System.Data.TAPCCache'); +Prado::using('System.Caching.TAPCCache'); class utAPCCache extends CacheTestCase { - + public function testInit() { if(!extension_loaded('apc')) @@ -42,4 +42,4 @@ class utAPCCache extends CacheTestCase } } -?> \ No newline at end of file +?> \ No newline at end of file -- cgit v1.2.3