Project

General

Profile

« Previous | Next » 

Revision 96cf550a

Added by Cherian Mathew over 8 years ago

Ignore edit test server ping test

View differences:

eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/httpinvoker/CdmServerTest.java
14 14
import org.apache.log4j.Logger;
15 15
import org.eclipse.core.runtime.Platform;
16 16
import org.junit.Assert;
17
import org.junit.Ignore;
17 18
import org.junit.Test;
18 19
import org.osgi.framework.Bundle;
19 20
import org.unitils.UnitilsJUnit4;
......
28 29
public class CdmServerTest extends UnitilsJUnit4 {
29 30
    private static final Logger logger = Logger.getLogger(CdmServerTest.class);
30 31

  
31

  
32
    @Ignore // this should be targetting integration or production
32 33
    @Test
33 34
    public void startCdmServer() throws CDMServerException {
34 35
        Bundle bundle = Platform.getBundle("eu.etaxonomy.taxeditor.test");

Also available in: Unified diff