I have finally got the maven unit tests through testng running, but they are failing.
I want to have two databases, one for tomcat deployment and one for my unit tests. The
problem is that the seam configuration is picking up my
"src/main/resources/META-INF/orm.xml" and
"src/main/resources/META-INF/persistence.xml".
As a result, the tests are being run against the wrong database. Anyone have any bright
ideas on how to isolate the unit tests better?
Thanks,
Andrew
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113957#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...