[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/jmx ...
Manik Surtani
manik at jboss.org
Wed Jul 18 07:55:39 EDT 2007
User: msurtani
Date: 07/07/18 07:55:39
Modified: tests/functional/org/jboss/cache/jmx
CacheJmxWrapperTestBase.java
Log:
Made abstract to prevent IntelliJ trying to run this as a test class
Revision Changes Path
1.5 +4 -4 JBossCache/tests/functional/org/jboss/cache/jmx/CacheJmxWrapperTestBase.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: CacheJmxWrapperTestBase.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/jmx/CacheJmxWrapperTestBase.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- CacheJmxWrapperTestBase.java 13 Jul 2007 20:23:11 -0000 1.4
+++ CacheJmxWrapperTestBase.java 18 Jul 2007 11:55:39 -0000 1.5
@@ -18,7 +18,7 @@
* @author <a href="mailto:manik at jboss.org">Manik Surtani</a>
* @author Brian Stansberry
*/
-public class CacheJmxWrapperTestBase extends TestCase
+public abstract class CacheJmxWrapperTestBase extends TestCase
{
public static final String CLUSTER_NAME = "CacheMBeanTest";
More information about the jboss-cvs-commits
mailing list