1
0
mirror of synced 2026-05-22 21:33:16 +00:00

SEC-679: Removed use of MockApplicationContext and improved use of ehcache (shutting down cache managers after tests are run). Upgraded ehcache version to 1.3 as used in Spring pom.

This commit is contained in:
Luke Taylor
2008-02-22 13:34:20 +00:00
parent ca9e64f857
commit 5187f89fe8
15 changed files with 219 additions and 275 deletions
@@ -41,7 +41,7 @@ import static org.junit.Assert.*;
* @version $Id$
*/
public class EhCacheBasedTicketCacheTests {
static CacheManager cacheManager;
private static CacheManager cacheManager;
//~ Methods ========================================================================================================
@BeforeClass