cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.test / src / test / java / eu / etaxonomy / taxeditor / httpinvoker / HttpInvokerServicesTest.java
index f1a6c57a0d1b78dbdde21693dd04d5a0922bcfdc..45a58486350028c91ea2e972a48d28c4b95e8cfd 100644 (file)
@@ -23,7 +23,6 @@ import eu.etaxonomy.cdm.model.description.PolytomousKey;
 
 /**
  * Class to test the HttpInvoker services exposed by the CDM Sever
- *
  */
 public class HttpInvokerServicesTest extends BaseRemotingTest {
     private static final Logger logger = Logger.getLogger(HttpInvokerServicesTest.class);
@@ -37,14 +36,11 @@ public class HttpInvokerServicesTest extends BaseRemotingTest {
             //getRemoteApplicationController().getDatabaseService();
             String dbSchemaVersion = getRemoteApplicationController().getDatabaseService().getDbSchemaVersion();
             logger.info("dbSchemaVersion is " + dbSchemaVersion);
-
-
         } catch (CdmSourceException e) {
             Assert.fail("pinging database service on active cdm server should not have thrown CdmSourceException");
         }
 
         getRemoteApplicationController().getPolytomousKeyService().list(PolytomousKey.class, null, null, null, null);
-
     }
 
     @Ignore
@@ -62,7 +58,6 @@ public class HttpInvokerServicesTest extends BaseRemotingTest {
         }
 
         CdmApplicationState.setCurrentSecurityContext(context);
-
     }
 
     // should be kept at ignore and only used for manual testing
@@ -72,7 +67,4 @@ public class HttpInvokerServicesTest extends BaseRemotingTest {
     public void testDisableReadTimeout() throws InterruptedException  {
         testService.waitFor((long) 120000.0);
     }
-
-
-
 }