Added a target to run the XMLImportStructureTest main function.
This commit is contained in:
parent
951af5700e
commit
38f63f35b3
|
@ -97,10 +97,20 @@
|
||||||
<test name="test.functional.MBPGroupTest" />
|
<test name="test.functional.MBPGroupTest" />
|
||||||
<test name="test.functional.MBPartnerLocationTest" />
|
<test name="test.functional.MBPartnerLocationTest" />
|
||||||
<test name="test.functional.PackOutTest" />
|
<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" / -->
|
<!-- test name="test.functional.BPMigrationTest" / -->
|
||||||
</junit>
|
</junit>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
<target name="run" depends="dist">
|
||||||
|
<java fork="true" classname="test.functional.XMLImportStructureTest">
|
||||||
|
<classpath refid="class.path.test" />
|
||||||
|
</java>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<target name="clean">
|
<target name="clean">
|
||||||
|
|
Loading…
Reference in New Issue