2
0
Эх сурвалжийг харах

* integration-test/build.xml:
Ooops, had left debugging code in the build file.

Francois Beausoleil 21 жил өмнө
parent
commit
219dfe2038

+ 0 - 2
integration-test/build.xml

@@ -89,8 +89,6 @@ BE SURE TO CHECK REPORTS DIRECTORY FOR RESULTS OF TESTS!
 
 	<target name="tests" depends="clean,unzip,tests-jetty,tests-catalina,tests-jboss"
 		description="Run all integration tests">
-		<property name="jboss-${jboss.version}.errored" value="1"/>
-		<property name="jakarta-tomcat-${tomcat-4.1.version}.failed" value="1"/>
 		<condition property="anyerrors" value="true">
 			<or>
 				<isset property="jetty-${jetty.version}.errored"/>