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