You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by jo...@apache.org on 2009/09/09 13:35:19 UTC

svn commit: r812892 - in /incubator/uima/sandbox/trunk/Lucas/src: main/resources/LuceneCASIndexer.xml test/java/org/apache/uima/lucas/consumer/LuceneCASIndexerTest.java test/resources/LuceneCASIndexer.xml

Author: joern
Date: Wed Sep  9 11:35:18 2009
New Revision: 812892

URL: http://svn.apache.org/viewvc?rev=812892&view=rev
Log:
UIMA-1557 LuceneCASIndexer.xml should be in src/test/resources

Added:
    incubator/uima/sandbox/trunk/Lucas/src/test/resources/LuceneCASIndexer.xml
      - copied unchanged from r812888, incubator/uima/sandbox/trunk/Lucas/src/main/resources/LuceneCASIndexer.xml
Removed:
    incubator/uima/sandbox/trunk/Lucas/src/main/resources/LuceneCASIndexer.xml
Modified:
    incubator/uima/sandbox/trunk/Lucas/src/test/java/org/apache/uima/lucas/consumer/LuceneCASIndexerTest.java

Modified: incubator/uima/sandbox/trunk/Lucas/src/test/java/org/apache/uima/lucas/consumer/LuceneCASIndexerTest.java
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/Lucas/src/test/java/org/apache/uima/lucas/consumer/LuceneCASIndexerTest.java?rev=812892&r1=812891&r2=812892&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/Lucas/src/test/java/org/apache/uima/lucas/consumer/LuceneCASIndexerTest.java (original)
+++ incubator/uima/sandbox/trunk/Lucas/src/test/java/org/apache/uima/lucas/consumer/LuceneCASIndexerTest.java Wed Sep  9 11:35:18 2009
@@ -58,7 +58,7 @@
 
   private static final String FIELD_NAME = "annotation1";
 
-  private static final String DESCRIPTOR_FILE = "src/main/resources/LuceneCASIndexer.xml";
+  private static final String DESCRIPTOR_FILE = "src/test/resources/LuceneCASIndexer.xml";
 
   private static final String INDEX_DIRECTORY = "src" + pathSep
       + "test" + pathSep + "resources" + pathSep + "test-index";