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/utMemCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/UnitTests/framework/Data/utMemCache.php') diff --git a/tests/UnitTests/framework/Data/utMemCache.php b/tests/UnitTests/framework/Data/utMemCache.php index 26981f63..cbe9bdad 100644 --- a/tests/UnitTests/framework/Data/utMemCache.php +++ b/tests/UnitTests/framework/Data/utMemCache.php @@ -2,7 +2,7 @@ require_once(dirname(__FILE__).'/../common.php'); require_once(dirname(__FILE__).'/CacheTestCase.php'); -Prado::using('System.Data.TMemCache'); +Prado::using('System.Caching.TMemCache'); class utMemCache extends UnitTestCase { -- cgit v1.2.3