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/Cyprus_OriginalSourceTest.java
12 12
import java.util.List;
13 13
import java.util.UUID;
14 14

  
15
import org.apache.logging.log4j.LogManager;
16
import org.apache.logging.log4j.Logger;
15 17
import org.junit.After;
16 18
import org.junit.Before;
17 19
import org.junit.Test;
......
26 28
import eu.etaxonomy.dataportal.pages.TaxonProfilePage;
27 29

  
28 30
/**
29
 *
30 31
 * @author a.kohlbecker
31
 *
32 32
 */
33

  
34 33
@DataPortalContexts( { DataPortalSite.cyprus })
35 34
public class Cyprus_OriginalSourceTest extends CdmDataPortalTestBase{
36 35

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

  
37 38
    // Taxon Cistus creticus subsp. creticus
38 39
    static UUID taxonUuid = UUID.fromString("2e58b1ab-03a9-4693-bcec-3b8e7f04b572");
39 40

  
......
43 44
    public void setUp() throws MalformedURLException {
44 45

  
45 46
        p = new TaxonProfilePage(driver, getContext(), taxonUuid);
46

  
47 47
    }
48 48

  
49 49
    @After
......
51 51
        logger.debug("@After");
52 52
    }
53 53

  
54

  
55 54
    @Test
56 55
    public void testPage() {
57 56

  

Also available in: Unified diff