Try a couple of times to test that failed test again to see if it was just a one time error, or it fails everytime on your system.
On Fri, Jun 7, 2013 at 9:05 AM, barthorre <[email protected]> wrote: > Hi all, > > I just checked out the project from git and am unable to build the project > due to a test failure in TokenXMLPairMultiNamespaceSplitTest with the > following stacktrace > > java.lang.AssertionError: Assertion error at index 0 on mock mock://split > with predicate: body == <order id="1" xmlns="http:acme.com">Camel in > Action</order> evaluated as: <order id="1" xmlns="http:acme.com" > xmlns:foo="http:foo.com">Camel in Action</order> == <order id="1" > xmlns="http:acme.com">Camel in Action</order> on Exchange[null] > at > org.apache.camel.util.PredicateAssertHelper.assertMatches(PredicateAssertHelper.java:43) > at > org.apache.camel.component.mock.AssertionClause.applyAssertionOn(AssertionClause.java:106) > at > org.apache.camel.component.mock.MockEndpoint$17.run(MockEndpoint.java:927) > at > org.apache.camel.component.mock.MockEndpoint.doAssertIsSatisfied(MockEndpoint.java:383) > at > org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied(MockEndpoint.java:351) > at > org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied(MockEndpoint.java:339) > at > org.apache.camel.component.mock.MockEndpoint.assertIsSatisfied(MockEndpoint.java:177) > at > org.apache.camel.ContextTestSupport.assertMockEndpointsSatisfied(ContextTestSupport.java:343) > at > org.apache.camel.language.TokenXMLPairNamespaceSplitTest.testTokenXMLPair2(TokenXMLPairNamespaceSplitTest.java:59) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at org.apache.camel.TestSupport.runBare(TestSupport.java:58) > at > org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:84) > at org.junit.runner.JUnitCore.run(JUnitCore.java:160) > at > com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:63) > > I am compiling with open jdk 7 on ubunto 12.04. > > > > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Unable-to-build-camel-2-12-SNAPSHOT-tp5733981.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- www.camelone.org: The open source integration conference. Red Hat, Inc. FuseSource is now part of Red Hat Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen
