cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.test / src / test / java / eu / etaxonomy / taxeditor / ui / dialogs / CdmServerInfoTest.java
index ec570f4851f2764ec18a049d2433bad0b1db71eb..8ba0e073536499117a21e62c4772dd4e48757fd8 100644 (file)
@@ -45,7 +45,7 @@ public class CdmServerInfoTest extends UnitilsJUnit4 {
         }
     }
 
-    @Ignore // this should be targetting integration or production
+    @Ignore // this should be targeting integration or production
     @Test
     public void pingInstancesTest() {
         CdmServerInfo csii = new CdmServerInfo(new CdmServerInfoConfig("edit-test", "test.e-taxonomy.eu", 8080, "cdmserver/", false));
@@ -72,7 +72,7 @@ public class CdmServerInfoTest extends UnitilsJUnit4 {
         }
     }
 
-    @Ignore // this should be targetting integration or production
+    @Ignore // this should be targeting integration or production
     @Test
     public void refreshInstancesTest() throws CdmServerException {
         CdmServerInfo cdmServerInfo = new CdmServerInfo(new CdmServerInfoConfig("edit-test", "test.e-taxonomy.eu", 8080, "cdmserver/", false));