You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2006/02/07 23:09:19 UTC

svn commit: r375743 - in /incubator/solr/trunk: ./ src/apps/SolarTest/ src/apps/SolrTest/ src/apps/SolrTest/conf/ src/apps/SolrTest/src/

Author: yonik
Date: Tue Feb  7 14:09:17 2006
New Revision: 375743

URL: http://svn.apache.org/viewcvs?rev=375743&view=rev
Log:
move SolarTest to SolrTest

Added:
    incubator/solr/trunk/src/apps/SolrTest/
      - copied from r375734, incubator/solr/trunk/src/apps/SolarTest/
    incubator/solr/trunk/src/apps/SolrTest/cachetest.txt
      - copied unchanged from r375742, incubator/solr/trunk/src/apps/SolarTest/cachetest.txt
    incubator/solr/trunk/src/apps/SolrTest/commit.bat
      - copied unchanged from r375742, incubator/solr/trunk/src/apps/SolarTest/commit.bat
    incubator/solr/trunk/src/apps/SolrTest/conf/
      - copied from r375742, incubator/solr/trunk/src/apps/SolarTest/conf/
    incubator/solr/trunk/src/apps/SolrTest/dict.txt
      - copied unchanged from r375742, incubator/solr/trunk/src/apps/SolarTest/dict.txt
    incubator/solr/trunk/src/apps/SolrTest/newtest.txt
      - copied unchanged from r375742, incubator/solr/trunk/src/apps/SolarTest/newtest.txt
    incubator/solr/trunk/src/apps/SolrTest/src/
      - copied from r375742, incubator/solr/trunk/src/apps/SolarTest/src/
    incubator/solr/trunk/src/apps/SolrTest/test_func.txt
      - copied unchanged from r375742, incubator/solr/trunk/src/apps/SolarTest/test_func.txt
Removed:
    incubator/solr/trunk/src/apps/SolarTest/
    incubator/solr/trunk/src/apps/SolrTest/protwords.txt
    incubator/solr/trunk/src/apps/SolrTest/run
    incubator/solr/trunk/src/apps/SolrTest/schema.xml
    incubator/solr/trunk/src/apps/SolrTest/solrconfig.xml
    incubator/solr/trunk/src/apps/SolrTest/stopwords.txt
    incubator/solr/trunk/src/apps/SolrTest/synonyms.txt
Modified:
    incubator/solr/trunk/build.xml

Modified: incubator/solr/trunk/build.xml
URL: http://svn.apache.org/viewcvs/incubator/solr/trunk/build.xml?rev=375743&r1=375742&r2=375743&view=diff
==============================================================================
--- incubator/solr/trunk/build.xml (original)
+++ incubator/solr/trunk/build.xml Tue Feb  7 14:09:17 2006
@@ -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" />