Enable tests again
authorCherian Mathew <c.mathew@bgbm.org>
Wed, 24 Jun 2015 07:26:41 +0000 (09:26 +0200)
committerCherian Mathew <c.mathew@bgbm.org>
Wed, 24 Jun 2015 07:26:41 +0000 (09:26 +0200)
eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/cdm/model/TaxonNameEditorTest.java

index 280d2fe6f8468ba421e9e267e5eb5eba5cdd0a1c..60a9a1790de3dfcc7ca63355064ca1d76044a35b 100644 (file)
@@ -18,8 +18,6 @@ import java.util.UUID;
 import org.apache.log4j.Logger;
 import org.eclipse.core.commands.ExecutionException;
 import org.junit.Assert;
-import org.junit.BeforeClass;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.unitils.dbunit.annotation.DataSet;
 
@@ -42,7 +40,7 @@ import eu.etaxonomy.taxeditor.operations.BaseOperationTest;
  * @date 3 Feb 2015
  *
  */
-@Ignore
+
 @DataSet
 public class TaxonNameEditorTest extends BaseOperationTest {
 
@@ -52,18 +50,9 @@ public class TaxonNameEditorTest extends BaseOperationTest {
     ITaxonService taxonService = getRemoteApplicationController().getTaxonService();
     IClassificationService classificationService = getRemoteApplicationController().getClassificationService();
 
-
-
-
     Language english = Language.getLanguageFromUuid(Language.uuidEnglish);
 
 
-
-    @BeforeClass
-    public static void initializePolytomousKeyTest() {
-    }
-
-
     @Test
     public void testAddHomotypicSynonym() throws ExecutionException {
         UUID taxonNodeUuid = UUID.fromString("ce54c396-3694-47f2-abb0-1d7b7e057985");