[jboss-cvs] JBossAS SVN: r81819 - trunk/testsuite/src/main/org/jboss/test/cluster/classloader/leak/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Nov 29 23:23:00 EST 2008


Author: bstansberry at jboss.com
Date: 2008-11-29 23:23:00 -0500 (Sat, 29 Nov 2008)
New Revision: 81819

Modified:
   trunk/testsuite/src/main/org/jboss/test/cluster/classloader/leak/test/FieldGranularityClassloaderLeakUnitTestCase.java
Log:
Revert inadvertent commit

Modified: trunk/testsuite/src/main/org/jboss/test/cluster/classloader/leak/test/FieldGranularityClassloaderLeakUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/cluster/classloader/leak/test/FieldGranularityClassloaderLeakUnitTestCase.java	2008-11-30 04:22:14 UTC (rev 81818)
+++ trunk/testsuite/src/main/org/jboss/test/cluster/classloader/leak/test/FieldGranularityClassloaderLeakUnitTestCase.java	2008-11-30 04:23:00 UTC (rev 81819)
@@ -53,20 +53,20 @@
       return getDeploySetup(FieldGranularityClassloaderLeakUnitTestCase.class, "classloader-leak-test.sar");
    }
    
-//   public void testSimpleReplicableWar() throws Exception
-//   {
-//      warTest(SIMPLE_REPLICABLE_WAR);
-//   }
+   public void testSimpleReplicableWar() throws Exception
+   {
+      warTest(SIMPLE_REPLICABLE_WAR);
+   }
    
    public void testFieldWar() throws Exception
    {
       warTest(FIELD_WAR);
    }
    
-//   public void testFieldNoReplicableWar() throws Exception
-//   {
-//      warTest(FIELD_NO_REPLICABLE_WAR);
-//   }
+   public void testFieldNoReplicableWar() throws Exception
+   {
+      warTest(FIELD_NO_REPLICABLE_WAR);
+   }
    
    protected String getWarContextPath()
    {




More information about the jboss-cvs-commits mailing list