Topic: How to run integrationTests?
How to run integrationTests?
I created a SQL Server integration test to debug the null issue. But I can't get it to run with mvn -test. What am I doing wrong.
I'm guessing you are refering to the MetaModel-jdbc module that has a "src/test/integrationtests" folder containing some unittests? These unittests are run only ad-hoc from within eclipse and are not a part of the maven build (because that would mean that everyone wanting to build metamodel would have to install a lot of databases just to do the build).
The problem was due to a eclipse configuration problem. The old website had a good guide if anyone else has the same problem :)
http://eobjects.org/trac/wiki/BuildingDataCleaner
http://eobjects.org/trac/wiki/BuildingDataCleaner
Alternative to the import approach you can right click on the project and enable nested module in the maven configuration
Log in by clicking the login link at the top of the screen
Go back to forum.


