[jboss-user] [JBoss Seam] - Re: DBUnit Data

neilac333 do-not-reply at jboss.com
Mon Nov 5 18:22:19 EST 2007


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



More information about the jboss-user mailing list