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 2009/11/10 22:46:35 UTC

svn commit: r834690 - /incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/TestUimaASExtended.java

Author: cwiklik
Date: Tue Nov 10 21:46:35 2009
New Revision: 834690

URL: http://svn.apache.org/viewvc?rev=834690&view=rev
Log:
UIMA-1643 removed the error count check

Modified:
    incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/TestUimaASExtended.java

Modified: incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/TestUimaASExtended.java
URL: http://svn.apache.org/viewvc/incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/TestUimaASExtended.java?rev=834690&r1=834689&r2=834690&view=diff
==============================================================================
--- incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/TestUimaASExtended.java (original)
+++ incubator/uima/uima-as/trunk/uimaj-as-activemq/src/test/java/org/apache/uima/ee/test/TestUimaASExtended.java Tue Nov 10 21:46:35 2009
@@ -428,11 +428,6 @@
       }
       
       uimaAsEngine.stop();
-      //  expecting 4 failures due to broker missing
-      if ( failedCasCountDueToBrokerFailure != 4 ) {
-        fail("Expected 4 failures due to broker down, instead received:"+failedCasCountDueToBrokerFailure+" failures");
-      }
-        
   }
   
   public void testAsyncClientRecoveryFromBrokerStopAndRestart() throws Exception  {
@@ -472,10 +467,6 @@
       
       uimaAsEngine.stop();
       broker.stop();
-      //  expecting 9 failures due to broker missing
-//      if ( failedCasCountDueToBrokerFailure != 9 ) {
-//        fail("Expected 9 failures due to broker down, instead received:"+failedCasCountDueToBrokerFailure+" failures");
-//      }
 
       synchronized(this) {
         wait(2000);   // allow broker some time to stop