diff options
author | xue <> | 2006-03-31 22:52:19 +0000 |
---|---|---|
committer | xue <> | 2006-03-31 22:52:19 +0000 |
commit | 0090de89b8b23069c1dd71801389dfa063e610b4 (patch) | |
tree | 104d543ad13dd834e322709a09c7f5027520611c /tests/UnitTests/framework/Data/utSqliteCache.php | |
parent | 2658b6a09c9071e524867e13da8c5ec34541cd2d (diff) |
Fixed a few errors caused by incorrect path to cache classes.
Diffstat (limited to 'tests/UnitTests/framework/Data/utSqliteCache.php')
-rw-r--r-- | tests/UnitTests/framework/Data/utSqliteCache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/UnitTests/framework/Data/utSqliteCache.php b/tests/UnitTests/framework/Data/utSqliteCache.php index 726a5c08..eded351f 100644 --- a/tests/UnitTests/framework/Data/utSqliteCache.php +++ b/tests/UnitTests/framework/Data/utSqliteCache.php @@ -2,7 +2,7 @@ require_once(dirname(__FILE__).'/../common.php');
require_once(dirname(__FILE__).'/CacheTestCase.php');
-Prado::using('System.Data.TSqliteCache');
+Prado::using('System.Caching.TSqliteCache');
class utSqliteCache extends CacheTestCase
{
|