You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2012/06/08 07:31:12 UTC

svn commit: r1347881 - /camel/trunk/tests/camel-itest-osgi/pom.xml

Author: ningjiang
Date: Fri Jun  8 05:31:12 2012
New Revision: 1347881

URL: http://svn.apache.org/viewvc?rev=1347881&view=rev
Log:
Fixed the surefire error when running the tests in camel-itest-osgi

Modified:
    camel/trunk/tests/camel-itest-osgi/pom.xml

Modified: camel/trunk/tests/camel-itest-osgi/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-osgi/pom.xml?rev=1347881&r1=1347880&r2=1347881&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-osgi/pom.xml (original)
+++ camel/trunk/tests/camel-itest-osgi/pom.xml Fri Jun  8 05:31:12 2012
@@ -410,7 +410,7 @@
               <forkMode>pertest</forkMode>
               <forkedProcessTimeoutInSeconds>300</forkedProcessTimeoutInSeconds>
               <includes>
-                  <include>**/*Test.*</include>
+                  <include>**/*Test.class</include>
               </includes>
               <excludes>
                   <exclude>**/FIXMETest.*</exclude>