Project

General

Profile

« Previous | Next » 

Revision f64f32be

Added by Andreas Müller almost 2 years ago

ref #10072 adapt dataportal to log4j2

View differences:

src/test/java/eu/etaxonomy/dataportal/selenium/tests/cyprus/Allium_guttatum_subsp_guttatum_TaxonProfileTest.java
8 8
 */
9 9
package eu.etaxonomy.dataportal.selenium.tests.cyprus;
10 10

  
11
import static org.junit.Assert.assertEquals;
12
import static org.junit.Assert.assertNotNull;
13
import static org.junit.Assert.assertNull;
14
import static org.junit.Assert.assertTrue;
15

  
16 11
import java.net.MalformedURLException;
17 12
import java.util.List;
18 13
import java.util.UUID;
19 14

  
15
import org.apache.logging.log4j.LogManager;
16
import org.apache.logging.log4j.Logger;
20 17
import org.junit.After;
21 18
import org.junit.Before;
22 19
import org.junit.Test;
......
34 31

  
35 32
/**
36 33
 * @author a.kohlbecker
37
 *
38 34
 */
39

  
40 35
@DataPortalContexts( { DataPortalSite.cyprus })
41 36
public class Allium_guttatum_subsp_guttatum_TaxonProfileTest extends CdmDataPortalTestBase{
42 37

  
38
    private static final Logger logger = LogManager.getLogger();
39

  
43 40
    static UUID taxonUuid = UUID.fromString("6d04598b-3852-4038-91c9-13c7581b21a6");
44 41

  
45 42
    TaxonProfilePage p = null;

Also available in: Unified diff