move SolarTest to SolrTest

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@375743 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2006-02-07 22:09:17 +00:00
parent d978defacf
commit d1e8ad24c7
12 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@
destdir="${dest}/tests"
classpathref="test.compile.classpath">
<src path="${src}/test" />
<src path="${src}/apps/SolarTest/src" />
<src path="${src}/apps/SolrTest/src" />
</javac>
</target>
@ -97,7 +97,7 @@
depends="compileTests">
<echo message="TO-DO later or after we convert tests to JUnit." />
<java classname="SolrTest" fork="true" dir="src/apps/SolarTest" failonerror="true">
<java classname="SolrTest" fork="true" dir="src/apps/SolrTest" failonerror="true">
<arg line="-test newtest.txt"/>
<classpath>
<path refid="test.run.classpath" />