ref #5632 Re-enable CdmServer test
authorPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 6 Mar 2019 08:59:04 +0000 (09:59 +0100)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Wed, 6 Mar 2019 08:59:04 +0000 (09:59 +0100)
eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/httpinvoker/CdmServerTest.java

index d8040751a0f618d8f7c0b15a28f5008f1fbb25ff..8e31bba0b84c92863c3809410b5c4fa9ba525eea 100644 (file)
@@ -17,7 +17,6 @@ import org.apache.log4j.Logger;
 import org.eclipse.core.runtime.FileLocator;
 import org.eclipse.core.runtime.Platform;
 import org.junit.Assert;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.osgi.framework.Bundle;
 
@@ -45,8 +44,6 @@ public class CdmServerTest extends TestConfig {
     }
 
     @Test
-    @Ignore
-    //FIXME: remove @ignore and fix test
     public void manageCdmServer() throws IOException, URISyntaxException, CDMEmbeddedServerException {
         Bundle bundle = Platform.getBundle("eu.etaxonomy.taxeditor.test");
         URL mgdDatasourcesConfigURL = bundle.getEntry("src/test/resources/.cdmLibrary/writableResources/mgd.datasources.xml");