mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-24 21:12:18 +00:00
Modified JUnit tests use "test" as working directory, in order to pick up HSQLDB database files.
This commit is contained in:
parent
0a17d65d37
commit
4091550764
@ -358,7 +358,7 @@
|
|||||||
<delete dir="${reports.dir}"/>
|
<delete dir="${reports.dir}"/>
|
||||||
<mkdir 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 -->
|
<!-- Must go first to ensure any jndi.properties files etc take precedence -->
|
||||||
<classpath location="${target.testclasses.dir}"/>
|
<classpath location="${target.testclasses.dir}"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user