provide default values for tests.* system properties

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1309616 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-04-04 22:30:51 +00:00
parent 43628919e5
commit d0452d158e
1 changed files with 14 additions and 1 deletions

View File

@ -46,6 +46,20 @@
<slf4j.version>1.6.1</slf4j.version> <slf4j.version>1.6.1</slf4j.version>
<tika.version>1.0</tika.version> <tika.version>1.0</tika.version>
<httpcomponents.version>4.1.3</httpcomponents.version> <httpcomponents.version>4.1.3</httpcomponents.version>
<tests.asserts.gracious>false</tests.asserts.gracious>
<tests.codec>random</tests.codec>
<tests.directory>random</tests.directory>
<tests.iter>1</tests.iter>
<tests.iter.min>1</tests.iter.min>
<tests.locale>random</tests.locale>
<tests.luceneMatchVersion>4.0</tests.luceneMatchVersion>
<tests.multiplier>1</tests.multiplier>
<tests.postingsformat>random</tests.postingsformat>
<tests.seed>random</tests.seed>
<tests.timezone>random</tests.timezone>
<tests.verbose>false</tests.verbose>
<tests.infostream>${tests.verbose}</tests.infostream>
</properties> </properties>
<issueManagement> <issueManagement>
<system>JIRA</system> <system>JIRA</system>
@ -469,7 +483,6 @@
<tests.nightly>${tests.nightly}</tests.nightly> <tests.nightly>${tests.nightly}</tests.nightly>
<tests.postingsformat>${tests.postingsformat}</tests.postingsformat> <tests.postingsformat>${tests.postingsformat}</tests.postingsformat>
<tests.seed>${tests.seed}</tests.seed> <tests.seed>${tests.seed}</tests.seed>
<tests.threadspercpu>${tests.threadspercpu}</tests.threadspercpu>
<tests.timezone>${tests.timezone}</tests.timezone> <tests.timezone>${tests.timezone}</tests.timezone>
<tests.verbose>${tests.verbose}</tests.verbose> <tests.verbose>${tests.verbose}</tests.verbose>
</systemPropertyVariables> </systemPropertyVariables>