You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2008/04/25 02:55:03 UTC

svn commit: r651473 - in /activemq/camel/trunk: camel-core/pom.xml pom.xml

Author: hadrian
Date: Thu Apr 24 17:55:01 2008
New Revision: 651473

URL: http://svn.apache.org/viewvc?rev=651473&view=rev
Log:
CAMEL-482.  Disble test pending fix.

Modified:
    activemq/camel/trunk/camel-core/pom.xml
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/camel-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/camel-core/pom.xml?rev=651473&r1=651472&r2=651473&view=diff
==============================================================================
--- activemq/camel/trunk/camel-core/pom.xml (original)
+++ activemq/camel/trunk/camel-core/pom.xml Thu Apr 24 17:55:01 2008
@@ -114,6 +114,7 @@
           <excludes>
             <!-- TODO FIXME ASAP -->
             <exclude>**/MultiCastAggregatorTest.*</exclude>
+            <exclude>**/InterceptorLogTest.*</exclude>
           </excludes>
         </configuration>
       </plugin>

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=651473&r1=651472&r2=651473&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Thu Apr 24 17:55:01 2008
@@ -952,9 +952,6 @@
           <!--forkMode>pertest</forkMode-->
           <childDelegation>false</childDelegation>
           <useFile>true</useFile>
-          <includes>
-            <include>**/*Test.java</include>
-          </includes>
         </configuration>
       </plugin>
     </plugins>