> I tried JUnit sample to test velocity in camel given by Claus at > http://camel.apache.org/velocity.html > > And it is failing for me. I am getting following AssertionError: > > java.lang.AssertionError: mock://result Received message count. Expected: > <1> but was: <0>
I copied the code to my IntelliJ and executed it - works like a charm :) . No assertion error. Could you provide us minimal Maven module with test which fails on 'mvn test'? I can't help you with bug I cannot reproduce :) . Laters. -- Henryk Konsek http://henryk-konsek.blogspot.com
