Hi Okay spotted the problem and have a fix pending for commit. Thanks for reporting.
On Fri, Jun 7, 2013 at 9:25 AM, barthorre <[email protected]> wrote: > Tried to build with maven multiple times yesterday, which didn't work. > I checked the code out again this morning, still no go. So I ran the test > with DEBUG logging from IntelliJ and the failing method is: > testTokenXMLPair2 > > As far as I can see the logging doesn't show anything irregular, except for > the assertionError. > If there is any more info I can provide, let me now. > > > On Fri, Jun 7, 2013 at 9:16 AM, Claus Ibsen-2 [via Camel] < > [email protected]> wrote: > >> 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 <[hidden >> email]<http://user/SendEmail.jtp?type=node&node=5733983&i=0>> >> 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: [hidden email]<http://user/SendEmail.jtp?type=node&node=5733983&i=1> >> Web: http://fusesource.com >> Twitter: davsclaus >> Blog: http://davsclaus.com >> Author of Camel in Action: http://www.manning.com/ibsen >> >> >> ------------------------------ >> If you reply to this email, your message will be added to the discussion >> below: >> >> http://camel.465427.n5.nabble.com/Unable-to-build-camel-2-12-SNAPSHOT-tp5733981p5733983.html >> To unsubscribe from Unable to build camel-2.12-SNAPSHOT, click >> here<http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5733981&code=YmFydEBhbm92YS5iZXw1NzMzOTgxfDM0ODA2ODc5Mw==> >> . >> NAML<http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> >> > > > > -- > Bart Horré > Anova r&d bvba > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Unable-to-build-camel-2-12-SNAPSHOT-tp5733981p5733986.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
