forked from pool/xml-im-exporter
21 lines
819 B
Diff
21 lines
819 B
Diff
--- build.xml.sav 2005-08-23 17:38:32.000000000 +0200
|
|
+++ build.xml 2005-08-23 17:38:59.000000000 +0200
|
|
@@ -143,12 +143,12 @@
|
|
-->
|
|
|
|
<target name="test" depends="build" description="Exectutes JUnit tests">
|
|
- <junit printsummary="yes" haltonfailure="yes">
|
|
+ <junit printsummary="yes" haltonfailure="no">
|
|
<classpath refid="classpath" />
|
|
<formatter type="plain" />
|
|
- <test name="de.zeigermann.xml.XMLWriterTest" haltonfailure="yes" />
|
|
- <test name="de.zeigermann.xml.simpleImporter.SimpleImportTest" haltonfailure="yes" />
|
|
+ <test name="de.zeigermann.xml.XMLWriterTest" haltonfailure="no" />
|
|
+ <test name="de.zeigermann.xml.simpleImporter.SimpleImportTest" haltonfailure="no" />
|
|
</junit>
|
|
</target>
|
|
|
|
-</project>
|
|
\ No newline at end of file
|
|
+</project>
|