che.org
> Subject: Tests Not Running After Executing SQL Script
>
> I am using Surefire and Failsafe to perform unit testing and
> integration testing respectively. In the latter case, I want
> to run a sql script in the pre-integration-test phase to put
> the database into a kn
I am using Surefire and Failsafe to perform unit testing and integration
testing respectively. In the latter case, I want to run a sql script in the
pre-integration-test phase to put the database into a known state (not using
DBUnit but the same idea). Here is what I have in my pom: