(no commit message)
authors.buers <s.buers@localhost>
Fri, 30 Nov 2012 17:59:07 +0000 (17:59 +0000)
committers.buers <s.buers@localhost>
Fri, 30 Nov 2012 17:59:07 +0000 (17:59 +0000)
cdmlib-services/src/test/java/eu/etaxonomy/cdm/api/service/StatisticsServiceImplTest.java

index be6981fd47004c65fa65dc02d6bc1dbe6d3b59e7..e43358c4917079879893acda687baf9a53fd0eaf 100644 (file)
@@ -4,7 +4,7 @@ import static org.junit.Assert.*;
 
 import java.util.HashMap;
 import java.util.Map;
-
+import org.junit.Ignore;
 import org.apache.log4j.Logger;
 import org.junit.Assert;
 import org.junit.BeforeClass;
@@ -54,8 +54,8 @@ public class StatisticsServiceImplTest extends CdmTransactionalIntegrationTest {
 
        // ---------- test--------------
 
-       @Test
        @Ignore
+       @Test
        public void testGetCountStatistics_partAll() {
 
                createConfigurator();
@@ -80,8 +80,9 @@ public class StatisticsServiceImplTest extends CdmTransactionalIntegrationTest {
 //             fail("Not yet implemented");
        }
 
-       @Test
+
        @Ignore
+       @Test
        public void testGetCountStatistics_partCLASSIFICATION() {
                fail("Not yet implemented");
        }