Project

General

Profile

« Previous | Next » 

Revision b668f047

Added by Patrick Plitzner about 5 years ago

ref #5632 Re-enable CdmServer test

View differences:

eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/httpinvoker/CdmServerTest.java
17 17
import org.eclipse.core.runtime.FileLocator;
18 18
import org.eclipse.core.runtime.Platform;
19 19
import org.junit.Assert;
20
import org.junit.Ignore;
21 20
import org.junit.Test;
22 21
import org.osgi.framework.Bundle;
23 22

  
......
45 44
    }
46 45

  
47 46
    @Test
48
    @Ignore
49
    //FIXME: remove @ignore and fix test
50 47
    public void manageCdmServer() throws IOException, URISyntaxException, CDMEmbeddedServerException {
51 48
        Bundle bundle = Platform.getBundle("eu.etaxonomy.taxeditor.test");
52 49
        URL mgdDatasourcesConfigURL = bundle.getEntry("src/test/resources/.cdmLibrary/writableResources/mgd.datasources.xml");

Also available in: Unified diff