01: /*
02: * All content copyright (c) 2003-2007 Terracotta, Inc., except as may otherwise be noted in a separate copyright
03: * notice. All rights reserved.
04: */
05: package com.tctest;
06:
07: public class EhcacheGlobalEviction124Test extends
08: EhcacheGlobalEvictionTestBase {
09:
10: public EhcacheGlobalEviction124Test() {
11: //disableAllUntil("2008-01-15");
12: }
13:
14: protected Class getApplicationClass() {
15: return EhcacheGlobalEviction124TestApp.class;
16: }
17: }
|