Willem, I said in the comment, it's temporary, pending fixes, to keep
the builds clean. Not the solution I like, but the best for now. We need
to fix the osgi tests, asap. I tried to isolate only the ones that fail,
but there were quite a few, 20+.
Hadrian
On 06/07/2011 10:15 PM, Willem Jiang wrote:
Hi Hadrian,
Why did you exclude all the tests of the camel-itest-osgi ?
On 6/8/11 3:32 AM, [email protected] wrote:
Modified: camel/trunk/tests/camel-itest-osgi/pom.xml
URL:http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-osgi/pom.xml?rev=1133138&r1=1133137&r2=1133138&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-osgi/pom.xml (original)
+++ camel/trunk/tests/camel-itest-osgi/pom.xml Tue Jun 7 19:32:22 2011
@@ -342,6 +342,7 @@
</includes>
<excludes>
<exclude>**/FIXMETest.*</exclude>
+<exclude>**/*Test.*</exclude>
</excludes>
<systemPropertyVariables>
<springVersion>${spring-version}</springVersion>