remove test properties from ant: SOLR-279

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@552023 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2007-06-29 20:27:59 +00:00
parent 7230a8eb3f
commit 1e65246689
1 changed files with 0 additions and 6 deletions

View File

@ -388,12 +388,6 @@
dir="src/test/test-files/" dir="src/test/test-files/"
> >
<formatter type="brief" usefile="false" if="junit.details"/> <formatter type="brief" usefile="false" if="junit.details"/>
<syspropertyset>
<propertyref prefix="solr" />
</syspropertyset>
<!-- solr.test.sys.prop1/2 used by TestConfig -->
<sysproperty key="solr.test.sys.prop1" value="propone"/>
<sysproperty key="solr.test.sys.prop2" value="proptwo"/>
<classpath refid="test.run.classpath"/> <classpath refid="test.run.classpath"/>
<formatter type="xml"/> <formatter type="xml"/>
<batchtest fork="yes" todir="${junit.output.dir}" unless="testcase"> <batchtest fork="yes" todir="${junit.output.dir}" unless="testcase">