Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 664ecb4efcf0cd50db0d66c80f53b6f7 > files > 1

xml-im-exporter-1.1-2.0.4mdv2008.0.src.rpm

--- 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>