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/reference/NamePageRedirectTest.java
11 11
import java.net.MalformedURLException;
12 12
import java.util.UUID;
13 13

  
14
import org.apache.logging.log4j.LogManager;
15
import org.apache.logging.log4j.Logger;
14 16
import org.junit.Before;
15 17
import org.junit.Test;
16 18

  
......
27 29
 * #3616
28 30
 *
29 31
 * @author a.kohlbecker
30
 *
31 32
 */
32

  
33 33
@DataPortalContexts( { DataPortalSite.reference })
34 34
public class NamePageRedirectTest extends CdmDataPortalTestBase{
35 35

  
36
    private static final Logger logger = LogManager.getLogger();
37

  
36 38
    static final UUID taxon_achilllea_santolina_uuid = UUID.fromString("c246856f-c03e-4cb7-ac92-d9b2864084cd");
37 39
    static final UUID name_achilllea_santolina_uuid = UUID.fromString("2ff1fb18-7055-420f-8c10-5105b66974de");
38 40

  

Also available in: Unified diff