From 1c6f1f79d011579a158e87459040075331b636b7 Mon Sep 17 00:00:00 2001 From: wei <> Date: Mon, 12 Jun 2006 03:10:47 +0000 Subject: Minor updates. --- tests/unit/SQLMap/CacheTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/SQLMap/CacheTest.php') diff --git a/tests/unit/SQLMap/CacheTest.php b/tests/unit/SQLMap/CacheTest.php index 11c250a8..4fd69916 100644 --- a/tests/unit/SQLMap/CacheTest.php +++ b/tests/unit/SQLMap/CacheTest.php @@ -96,7 +96,7 @@ class CacheTest extends BaseTest protected function getCacheModel() { $cache = new TSqlMapCacheModel(); - $cache->setFlushInterval(5*60); + // $cache->setFlushInterval(5*60); $cache->setImplementation('LRU'); $cache->initialize($this->sqlmap); return $cache; -- cgit v1.2.3