Hi I have added a new marker class to use with slow tests / integration tests called IntegrationTest.
This is used by tagging the class or method with: @Category( IntegrationTest.class ) They will then be excluded by default, and must be run by turning on the profile "integration". mvn test -Pintegration -- Morten
-- Mailing list: https://launchpad.net/~dhis2-devs-core Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs-core More help : https://help.launchpad.net/ListHelp

