cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / test / java / eu / etaxonomy / taxeditor / editor / name / operation / ChangeHomotypicGroupOperationTest.java
index 27573e33137f9a99761a3e93f4b895f0fa235449..ba39062f278d55bb6144043e1cd3c4dfc0824570 100644 (file)
@@ -9,10 +9,9 @@
 
 package eu.etaxonomy.taxeditor.editor.name.operation;
 
-import junit.framework.Assert;
-
 import org.apache.log4j.Logger;
 import org.eclipse.core.commands.ExecutionException;
+import org.junit.Assert;
 import org.junit.BeforeClass;
 import org.junit.Test;
 
@@ -30,30 +29,18 @@ import eu.etaxonomy.taxeditor.store.operations.AbstractTaxeditorOperationTestBas
 /**
  * @author n.hoffmann
  * @created 02.04.2009
- * @version 1.0
  */
 public class ChangeHomotypicGroupOperationTest extends AbstractTaxeditorOperationTestBase {
-       private static final Logger logger = Logger
-                       .getLogger(ChangeHomotypicGroupOperationTest.class);
-
        
-       private static AbstractPostOperation operation;
-
+       private static final Logger logger = Logger.getLogger(ChangeHomotypicGroupOperationTest.class);
 
+       private static AbstractPostOperation<Taxon> operation;
+       
        private static Taxon taxon;
-
-
        private static Synonym synonym;
-
-
        private static HomotypicalGroup newHomotypicalGroup;
-
-
        private static HomotypicalGroup oldHomotypicalGroup;
        
-       /**
-        * @throws java.lang.Exception
-        */
        @BeforeClass
        public static void setUpBeforeClass() throws Exception {
                
@@ -68,11 +55,6 @@ public class ChangeHomotypicGroupOperationTest extends AbstractTaxeditorOperatio
                operation = new ChangeHomotypicGroupOperation("Change Homotypical Group", null, taxon, synonym, newHomotypicalGroup, postOperation);
        }
 
-
-       /**
-        * Test method for {@link eu.etaxonomy.taxeditor.editor.name.operation.ChangeHomotypicGroupOperation#execute(org.eclipse.core.runtime.IProgressMonitor, org.eclipse.core.runtime.IAdaptable)}.
-        * @throws ExecutionException 
-        */
        @Test
        public void testExecute() throws ExecutionException {
                operation.execute(null, null);