ref #9359 upgrade TaxEditor to log4j2
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / test / java / eu / etaxonomy / taxeditor / editor / name / operation / CreateDescriptionElementOperationTest.java
index 3ee2d654370da56989ec003bb0f67b803b78c76c..c0d853e0b37b497a333a6892fe6f8db43bc46a33 100644 (file)
@@ -1,9 +1,15 @@
-
+/**
+ * Copyright (C) 2010 EDIT
+ * European Distributed Institute of Taxonomy
+ * http://www.e-taxonomy.eu
+ *
+ * The contents of this file are subject to the Mozilla Public License Version 1.1
+ * See LICENSE.TXT at the top of this package for the full license terms.
+ */
 package eu.etaxonomy.taxeditor.editor.name.operation;
 
-import junit.framework.Assert;
-
-import org.apache.log4j.Logger;
+import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;
+import org.junit.Assert;
 import org.eclipse.core.commands.ExecutionException;
 import org.junit.BeforeClass;
 import org.junit.Test;
@@ -16,9 +22,8 @@ import eu.etaxonomy.taxeditor.editor.view.descriptive.operation.CreateDescriptio
 import eu.etaxonomy.taxeditor.store.operations.AbstractTaxeditorOperationTestBase;
 
 public class CreateDescriptionElementOperationTest extends AbstractTaxeditorOperationTestBase {
-       private static final Logger logger = Logger
-                       .getLogger(CreateDescriptionElementOperationTest.class);
 
+    private static final Logger logger = Logger.getLogger(CreateDescriptionElementOperationTest.class);
 
        private static TaxonDescription description;