[jboss-cvs] JBossAS SVN: r72470 - in trunk/testsuite/src/main/org/jboss/test/cluster: defaultcfg/web/test and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Apr 20 21:22:30 EDT 2008


Author: bstansberry at jboss.com
Date: 2008-04-20 21:22:30 -0400 (Sun, 20 Apr 2008)
New Revision: 72470

Modified:
   trunk/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/field/test/FieldBasedSessionPassivationTestCase.java
   trunk/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/test/SessionPassivationTestCase.java
   trunk/testsuite/src/main/org/jboss/test/cluster/multicfg/web/field/test/UndeployFieldTestCase.java
Log:
[JBAS-5381] Test fixes

Modified: trunk/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/field/test/FieldBasedSessionPassivationTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/field/test/FieldBasedSessionPassivationTestCase.java	2008-04-21 01:05:51 UTC (rev 72469)
+++ trunk/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/field/test/FieldBasedSessionPassivationTestCase.java	2008-04-21 01:22:30 UTC (rev 72470)
@@ -55,16 +55,4 @@
       return "http-field-pass";
    }
    
-   @Override
-   protected String getCacheConfigName()
-   {
-      return "field-granularity-session-cache";
-   }
-
-   @Override
-   protected boolean isFieldBased()
-   {
-      return true;
-   }   
-   
 }

Modified: trunk/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/test/SessionPassivationTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/test/SessionPassivationTestCase.java	2008-04-21 01:05:51 UTC (rev 72469)
+++ trunk/testsuite/src/main/org/jboss/test/cluster/defaultcfg/web/test/SessionPassivationTestCase.java	2008-04-21 01:22:30 UTC (rev 72470)
@@ -125,11 +125,6 @@
       }
    }
    
-   protected String getCacheConfigName()
-   {
-      return "standard-session-cache";
-   }
-   
    /**
     * Tests the ability to passivate session when max idle for session is reached
     * 

Modified: trunk/testsuite/src/main/org/jboss/test/cluster/multicfg/web/field/test/UndeployFieldTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/cluster/multicfg/web/field/test/UndeployFieldTestCase.java	2008-04-21 01:05:51 UTC (rev 72469)
+++ trunk/testsuite/src/main/org/jboss/test/cluster/multicfg/web/field/test/UndeployFieldTestCase.java	2008-04-21 01:22:30 UTC (rev 72470)
@@ -34,12 +34,6 @@
       return "http-scoped-field.war";
    }
 
-   @Override
-   protected boolean isFieldBased()
-   {
-      return true;
-   }
-
    public static Test suite() throws Exception
    {
       return JBossClusteredWebTestCase.getDeploySetup(UndeployFieldTestCase.class,




More information about the jboss-cvs-commits mailing list