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/09/01 21:15:46 UTC

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

Author: cwiklik
Date: Tue Sep  1 19:15:46 2009
New Revision: 810181

URL: http://svn.apache.org/viewvc?rev=810181&view=rev
Log:
UIMA-1155 Removed explicit Log Level setting from 2 testcases

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=810181&r1=810180&r2=810181&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 Sep  1 19:15:46 2009
@@ -171,7 +171,7 @@
 	 * 
 	 * @throws Exception
 	 */
-  public void testDeployAggregateWithDelegateCpCException() throws Exception
+	public void testDeployAggregateWithDelegateCpCException() throws Exception
   {
     System.out.println("-------------- testDeployAggregateWithDelegateCpCException -------------");
     //  Instantiate Uima EE Client
@@ -205,8 +205,6 @@
 
     eeUimaEngine.stop();
     
-    //runTest(null,eeUimaEngine,String.valueOf(broker.getMasterConnectorURI()),"TopLevelTaeQueue", 1, CPC_LATCH);
-    //  Add expected exception so that we release CPC Latch
   }
   public void testDeployPrimitiveServiceWithCpCException() throws Exception
   {
@@ -1370,7 +1368,6 @@
     System.out.println("-------------- testProcessParallelFlowWithDelegateFailure -------------");
 		//	Create Uima EE Client
 		BaseUIMAAsynchronousEngine_impl eeUimaEngine = new BaseUIMAAsynchronousEngine_impl();
-		UIMAFramework.getLogger().setLevel(Level.FINE);
 		//	Deploy remote service
 		deployService(eeUimaEngine, relativePath+"/Deploy_NoOpAnnotatorWithException.xml");
 		//	Deploy remote service
@@ -1394,7 +1391,6 @@
   {
     System.out.println("-------------- testErrorThresholdWindow -------------");
     BaseUIMAAsynchronousEngine_impl eeUimaEngine = new BaseUIMAAsynchronousEngine_impl();
-    UIMAFramework.getLogger().setLevel(Level.FINE);
     deployService(eeUimaEngine, relativePath+"/Deploy_AggregateAnnotatorWithThresholdWindow.xml");
     Map<String, Object> appCtx = buildContext( String.valueOf(broker.getMasterConnectorURI()), "TopLevelTaeQueue" );
     // Set an explicit CPC timeout as exceptions thrown in the 2nd annotator's CPC don't reach the client.