[jbosscache-commits] JBoss Cache SVN: r4573 - core/trunk/src/test/java/org/jboss/cache/marshall.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Oct 8 12:23:05 EDT 2007


Author: manik.surtani at jboss.com
Date: 2007-10-08 12:23:05 -0400 (Mon, 08 Oct 2007)
New Revision: 4573

Modified:
   core/trunk/src/test/java/org/jboss/cache/marshall/RedeploymentEmulationTest.java
Log:
Disabled test

Modified: core/trunk/src/test/java/org/jboss/cache/marshall/RedeploymentEmulationTest.java
===================================================================
--- core/trunk/src/test/java/org/jboss/cache/marshall/RedeploymentEmulationTest.java	2007-10-08 16:20:21 UTC (rev 4572)
+++ core/trunk/src/test/java/org/jboss/cache/marshall/RedeploymentEmulationTest.java	2007-10-08 16:23:05 UTC (rev 4573)
@@ -32,7 +32,7 @@
  *
  * @author <a href="mailto:galder.zamarreno at jboss.com">Galder Zamarreno</a>
  */
- at Test(groups = {"functional"})
+ at Test(groups = {"functional"}, enabled = false) // this relies on an old project structure that no longer exists
 public class RedeploymentEmulationTest
 {
    private Cache<Object, Object> cache;




More information about the jbosscache-commits mailing list