Greetings,
On Fri, Aug 23, 2013 at 3:16 AM, Romain Manni-Bucau
<rmannibucau@gmail.com> wrote:
> btw removing selenium your test passes for me
Getting back into this.. I see that I had allowed surefire to ignore
test failures. When I remove that maven plugin setting, the build
fails.
https://github.com/jieryn/javaee-example
https://travis-ci.org/jieryn/javaee-example
It seems that transactions are not rolled back for each @Test. I am
coming from a SpringFramework test environment where each @Test had
transaction isolation, so that one test wouldn't interfere with
others. How can I get this behavior, I would have thought it to be the
default..
Thanks!
|