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

Modified JUnit tests use "test" as working directory, in order to pick up HSQLDB database files.

Ben Alex 21 жил өмнө
parent
commit
4091550764
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      build.xml

+ 1 - 1
build.xml

@@ -358,7 +358,7 @@
 		<delete dir="${reports.dir}"/>
 		<mkdir dir="${reports.dir}"/>
 
-		<junit printsummary="yes" haltonfailure="yes">
+		<junit dir="${test.dir}" printsummary="yes" haltonfailure="yes">
 
 			<!-- Must go first to ensure any jndi.properties files etc take precedence  -->
 			<classpath location="${target.testclasses.dir}"/>