Added a target to run the XMLImportStructureTest main function.

This commit is contained in:
wght 2007-06-15 20:59:49 +00:00
parent 951af5700e
commit 38f63f35b3
1 changed files with 10 additions and 0 deletions

View File

@ -97,9 +97,19 @@
<test name="test.functional.MBPGroupTest" />
<test name="test.functional.MBPartnerLocationTest" />
<test name="test.functional.PackOutTest" />
<test name="test.functional.MWFNodePlaceHolderTest" />
<test name="test.functional.XMLValidateTest" />
<!-- test name="test.functional.XMLImportStructureTest" / -->
<!-- test name="test.functional.BPMigrationTest" / -->
</junit>
</target>
<target name="run" depends="dist">
<java fork="true" classname="test.functional.XMLImportStructureTest">
<classpath refid="class.path.test" />
</java>
</target>