LUCENE-3323: changed JUnit CWD from test output directory to test/ under the build directory, to enable all tests to pass

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1147502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2011-07-16 22:36:26 +00:00
parent 37d89927cb
commit 06891eec12
1 changed files with 2 additions and 2 deletions

View File

@ -432,9 +432,9 @@
<version>2.7.1</version>
<configuration>
<reportFormat>plain</reportFormat>
<workingDirectory>${project.build.testOutputDirectory}</workingDirectory>
<workingDirectory>${project.build.directory}/test</workingDirectory>
<systemPropertyVariables>
<tempDir>temp</tempDir>
<tempDir>.</tempDir>
<jetty.testMode>1</jetty.testMode>
<tests.codec>${tests.codec}</tests.codec>
<tests.directory>${tests.directory}</tests.directory>