[jbosscache-commits] JBoss Cache SVN: r7626 - core/branches/flat/src/test/java/org/horizon/eviction.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Feb 2 21:11:34 EST 2009


Author: manik.surtani at jboss.com
Date: 2009-02-02 21:11:34 -0500 (Mon, 02 Feb 2009)
New Revision: 7626

Modified:
   core/branches/flat/src/test/java/org/horizon/eviction/EvictionFunctionalTest.java
Log:
Eviction overhaul, phase 1

Modified: core/branches/flat/src/test/java/org/horizon/eviction/EvictionFunctionalTest.java
===================================================================
--- core/branches/flat/src/test/java/org/horizon/eviction/EvictionFunctionalTest.java	2009-02-03 02:11:20 UTC (rev 7625)
+++ core/branches/flat/src/test/java/org/horizon/eviction/EvictionFunctionalTest.java	2009-02-03 02:11:34 UTC (rev 7626)
@@ -16,7 +16,7 @@
 import java.util.concurrent.CountDownLatch;
 import java.util.concurrent.TimeUnit;
 
- at Test(groups = "functional", sequential = true)
+ at Test(groups = "functional", sequential = true, enabled = false)
 public class EvictionFunctionalTest {
    Cache cache;
    EvictionListener el;




More information about the jbosscache-commits mailing list