This content has been marked as final.
Show 2 replies
-
1. Re: Initial integration test mechanism now in trunk
objectiser Oct 20, 2009 11:12 AM (in response to objectiser)The tests based on the quickstart examples all now work with database=hsql.
-
2. Re: Initial integration test mechanism now in trunk
objectiser Oct 20, 2009 11:34 AM (in response to objectiser)Tests also all work with the derby database configuration, specified using the system property:
mvn -Driftsaw.test.deployment.properties=${pathToTestPropFile} -Ddatabase=derby clean install -P integration