RE: testing question
| Newsgroups | gmane.comp.jakarta.turbine.user |
|---|---|
| Message-ID | <OFF2426A7B.15A4941F-ONC12574D4.00349761-C12574D4.0033B2F5@oficina.valbosoft.com> |
Hi, I just got my setup working: maven 2 doing basic testing with Junit, integration tests with cactus and functional tests with canoo. I use the hsqldb maven 2 plugin to start it and dbunit to fill the test database. I had to import my database scheme once in hsqldb (an adjusted version of the one Torque generates), which gets reloaded each time you start it up. Regards, Bo