You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2016/09/09 17:31:10 UTC

svn commit: r1760089 - in /uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/descriptors/analysis_engine: SimpleTestAggregateWithParallelFlowCheck.xml SimpleTestAggregateWithRetries.xml

Author: cwiklik
Date: Fri Sep  9 17:31:09 2016
New Revision: 1760089

URL: http://svn.apache.org/viewvc?rev=1760089&view=rev
Log:
UIMA-5105 reduced verbosity of tests. 

Modified:
    uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/descriptors/analysis_engine/SimpleTestAggregateWithParallelFlowCheck.xml
    uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/descriptors/analysis_engine/SimpleTestAggregateWithRetries.xml

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/descriptors/analysis_engine/SimpleTestAggregateWithParallelFlowCheck.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/descriptors/analysis_engine/SimpleTestAggregateWithParallelFlowCheck.xml?rev=1760089&r1=1760088&r2=1760089&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/descriptors/analysis_engine/SimpleTestAggregateWithParallelFlowCheck.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/descriptors/analysis_engine/SimpleTestAggregateWithParallelFlowCheck.xml Fri Sep  9 17:31:09 2016
@@ -106,6 +106,7 @@
           <array>
             <string>java.lang.IndexOutOfBoundsException</string>
             <string>org.apache.uima.aae.error.MessageTimeoutException</string>
+            <string>org.apache.uima.aae.error.UimaEEServiceException</string>
           </array>
         </value>
       </nameValuePair>

Modified: uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/descriptors/analysis_engine/SimpleTestAggregateWithRetries.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/descriptors/analysis_engine/SimpleTestAggregateWithRetries.xml?rev=1760089&r1=1760088&r2=1760089&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/descriptors/analysis_engine/SimpleTestAggregateWithRetries.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/src/test/resources/descriptors/analysis_engine/SimpleTestAggregateWithRetries.xml Fri Sep  9 17:31:09 2016
@@ -122,6 +122,7 @@
 	        <value>
 	          <array>
               <string>java.lang.IndexOutOfBoundsException</string>
+              <string>org.apache.uima.aae.error.UimaEEServiceException</string>
 	          </array>
 	        </value>
       </nameValuePair>