You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2012/11/19 19:20:46 UTC

svn commit: r1411344 - /camel/trunk/components/camel-jmx/src/test/java/org/apache/camel/component/jmx/JMXMonitorTypeLongCounterTest.java

Author: bvahdat
Date: Mon Nov 19 18:20:45 2012
New Revision: 1411344

URL: http://svn.apache.org/viewvc?rev=1411344&view=rev
Log:
Temporarily disabled the test until the missing resource is checked in.

Modified:
    camel/trunk/components/camel-jmx/src/test/java/org/apache/camel/component/jmx/JMXMonitorTypeLongCounterTest.java

Modified: camel/trunk/components/camel-jmx/src/test/java/org/apache/camel/component/jmx/JMXMonitorTypeLongCounterTest.java
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jmx/src/test/java/org/apache/camel/component/jmx/JMXMonitorTypeLongCounterTest.java?rev=1411344&r1=1411343&r2=1411344&view=diff
==============================================================================
--- camel/trunk/components/camel-jmx/src/test/java/org/apache/camel/component/jmx/JMXMonitorTypeLongCounterTest.java (original)
+++ camel/trunk/components/camel-jmx/src/test/java/org/apache/camel/component/jmx/JMXMonitorTypeLongCounterTest.java Mon Nov 19 18:20:45 2012
@@ -19,11 +19,13 @@ package org.apache.camel.component.jmx;
 import java.io.File;
 
 import org.apache.camel.component.jmx.beans.ISimpleMXBean;
+import org.junit.Ignore;
 import org.junit.Test;
 
 
 public class JMXMonitorTypeLongCounterTest extends SimpleBeanFixture {
     
+    @Ignore("monitorNotificationLong.xml is missing!")
     @Test
     public void counter() throws Exception {