Added a target to run the XMLImportStructureTest main function.
This commit is contained in:
parent
951af5700e
commit
38f63f35b3
|
@ -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>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue