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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Sep 7 23:27:02 EDT 2007


Author: jason.greene at jboss.com
Date: 2007-09-07 23:27:02 -0400 (Fri, 07 Sep 2007)
New Revision: 4450

Modified:
   core/trunk/src/test/java/org/jboss/cache/jmx/NotificationTest.java
Log:
Fix test


Modified: core/trunk/src/test/java/org/jboss/cache/jmx/NotificationTest.java
===================================================================
--- core/trunk/src/test/java/org/jboss/cache/jmx/NotificationTest.java	2007-09-08 03:26:15 UTC (rev 4449)
+++ core/trunk/src/test/java/org/jboss/cache/jmx/NotificationTest.java	2007-09-08 03:27:02 UTC (rev 4450)
@@ -75,7 +75,7 @@
       m_server.registerMBean(cacheMBean, mgmt);
    }
 
-   private Object createCacheAndJmxWrapper() throws Exception
+   protected Object createCacheAndJmxWrapper() throws Exception
    {
       cache = createCache(CLUSTER_NAME);
       return new CacheJmxWrapper<Object, Object>(cache);




More information about the jbosscache-commits mailing list