RE: Tests Not Running After Executing SQL Script

2009-09-03 Thread Jonathan Woods
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

Tests Not Running After Executing SQL Script

2009-09-02 Thread Neil Chaudhuri
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: