[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/statetransfer ...
Jason Thomas Greene
jgreene at jboss.com
Wed Jul 18 16:35:00 EDT 2007
User: jgreene
Date: 07/07/18 16:35:00
Modified: tests/functional/org/jboss/cache/statetransfer
StateTransfer200Test.java
Log:
Re-enable tests
Revision Changes Path
1.20 +1 -11 JBossCache/tests/functional/org/jboss/cache/statetransfer/StateTransfer200Test.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: StateTransfer200Test.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/statetransfer/StateTransfer200Test.java,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- StateTransfer200Test.java 23 Apr 2007 14:52:29 -0000 1.19
+++ StateTransfer200Test.java 18 Jul 2007 20:35:00 -0000 1.20
@@ -24,7 +24,7 @@
* Tests that state transfer works properly if the version is 2.0.0.GA.
*
* @author <a href="mailto://brian.stansberry@jboss.com">Brian Stansberry</a>
- * @version $Revision: 1.19 $
+ * @version $Revision: 1.20 $
*/
public class StateTransfer200Test extends VersionedTestBase
{
@@ -34,16 +34,6 @@
return "2.0.0.GA";
}
- // disabled tests - see JBCACHE-983
- public void testConcurrentUseSync()
- {
- }
-
- // disabled tests - see JBCACHE-983
- public void testConcurrentUseAsync()
- {
- }
-
public void testBuddyBackupExclusion() throws Exception
{
CacheSPI cache1 = createCache("cache1", false, false, false, false, false);
More information about the jboss-cvs-commits
mailing list