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 14:32:30 UTC

svn commit: r812925 - in /incubator/uima/sandbox/trunk/Lucas/src/test/resources: LuceneCASIndexer.xml lucas.xml

Author: joern
Date: Wed Sep  9 12:32:30 2009
New Revision: 812925

URL: http://svn.apache.org/viewvc?rev=812925&view=rev
Log:
UIMA-1558 LuceneCASIndexerTest fails if the created LuceneCASIndexer processes a CAS

Modified:
    incubator/uima/sandbox/trunk/Lucas/src/test/resources/LuceneCASIndexer.xml
    incubator/uima/sandbox/trunk/Lucas/src/test/resources/lucas.xml

Modified: incubator/uima/sandbox/trunk/Lucas/src/test/resources/LuceneCASIndexer.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/Lucas/src/test/resources/LuceneCASIndexer.xml?rev=812925&r1=812924&r2=812925&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/Lucas/src/test/resources/LuceneCASIndexer.xml (original)
+++ incubator/uima/sandbox/trunk/Lucas/src/test/resources/LuceneCASIndexer.xml Wed Sep  9 12:32:30 2009
@@ -45,7 +45,9 @@
         </value>
       </nameValuePair>
     </configurationParameterSettings>
-    <typeSystemDescription/>
+    <typeSystemDescription>
+    	<import location="AnnotationTokenStreamTestTypeSystem.xml"/>
+    </typeSystemDescription>
     <typePriorities/>
     <fsIndexCollection/>
     <capabilities>

Modified: incubator/uima/sandbox/trunk/Lucas/src/test/resources/lucas.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/Lucas/src/test/resources/lucas.xml?rev=812925&r1=812924&r2=812925&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/Lucas/src/test/resources/lucas.xml (original)
+++ incubator/uima/sandbox/trunk/Lucas/src/test/resources/lucas.xml Wed Sep  9 12:32:30 2009
@@ -28,7 +28,7 @@
 			<filter name="testFilterField" key1="value1"/>
 		</filters>
 		<annotations>
-			<annotation type="de.julielab.jules.types.test.Annotation1">
+			<annotation type="org.apache.uima.lucas.indexer.types.test.Annotation1">
 				<filters>
 					<filter name="testFilterAnnotation" key2="value2"/>
 				</filters>
@@ -36,7 +36,7 @@
 					<feature name="featureString" />
 				</features>
 			</annotation>
-			<annotation type="de.julielab.jules.types.test.Annotation1">
+			<annotation type="org.apache.uima.lucas.indexer.types.test.Annotation1">
 				<features>
 					<feature name="featureInteger" numberFormat="##" />
 				</features>