For some reason, the Ant target didn't come through. Here it is again:
| <target name="run-unit-tests" depends="clean-test-output" >
| <ant antfile="build-persistence-jar.xml" target="jar-with-tests"/>
| <dbunit driver="${database.driver.class}"
| url="${database.url}"
| userid="${database.username}"
| password="${database.password}"
| classpathref="database.class.path.libs">
| <operation type="CLEAN_INSERT" src="${dataset.dir}/insertTwo.xml"/>
| </dbunit>
| <testng classpathref="tests.class.path.libs"
outputDir="${test.report.dir}" failureProperty="test.failed">
| <xmlfileset dir="${test.suite.dir}"/>
| </testng>
| </target>
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102010#4102010
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102010
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user