Project

General

Profile

« Previous | Next » 

Revision 19744d89

Added by Andreas Müller over 2 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/ui/dialogs/CdmServerInfoTest.java
45 45
        }
46 46
    }
47 47

  
48
    @Ignore // this should be targetting integration or production
48
    @Ignore // this should be targeting integration or production
49 49
    @Test
50 50
    public void pingInstancesTest() {
51 51
        CdmServerInfo csii = new CdmServerInfo(new CdmServerInfoConfig("edit-test", "test.e-taxonomy.eu", 8080, "cdmserver/", false));
......
72 72
        }
73 73
    }
74 74

  
75
    @Ignore // this should be targetting integration or production
75
    @Ignore // this should be targeting integration or production
76 76
    @Test
77 77
    public void refreshInstancesTest() throws CdmServerException {
78 78
        CdmServerInfo cdmServerInfo = new CdmServerInfo(new CdmServerInfoConfig("edit-test", "test.e-taxonomy.eu", 8080, "cdmserver/", false));

Also available in: Unified diff