Project

General

Profile

« Previous | Next » 

Revision f64f32be

Added by Andreas Müller over 1 year ago

ref #10072 adapt dataportal to log4j2

View differences:

src/test/java/eu/etaxonomy/dataportal/selenium/tests/flMalesiana/FloraMalesiana_DescriptionTest.java
11 11
import java.util.List;
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.After;
15 17
import org.junit.Before;
16 18
import org.junit.Test;
......
24 26
import eu.etaxonomy.dataportal.pages.TaxonProfilePage;
25 27

  
26 28
/**
27
 *
28 29
 * @author a.kohlbecker
29
 *
30 30
 */
31

  
32 31
@DataPortalContexts( { DataPortalSite.floramalesiana})
33 32
public class FloraMalesiana_DescriptionTest extends CdmDataPortalTestBase{
34 33

  
34
    private static final Logger logger = LogManager.getLogger();
35

  
35 36
    private static final UUID tristiropsis_acutangula_uuid = UUID.fromString("87e76e43-e4b7-44a1-a195-2c36a63b34bb");
36 37

  
37 38
    @Before
......
45 46
        logger.debug("@After");
46 47
    }
47 48

  
48

  
49 49
    @Test
50 50
    public void tristiropsis_acutangula() throws Exception {
51 51

  
......
69 69
        assertEquals("Petals cuneate at base, broad-elliptic to broad-ovate, 2.5-3.5 b) 2.2-2.5 mm, creamy-white, margin below the insertion of the scale long-ciliate, furthermore sparsely ciliate, apex crenulate, inside glabrous;", featureBlockElements.get(4).getText());
70 70
        assertEquals("Stamens:", featureBlockElements.get(5).getText());
71 71
        assertEquals("Fruits ellipsoid to subglobular, widest about or above the middle, narrowed to short-stipitate at base, 3-4-angular to 3-4-ribbed in cross section, 20-30 by 14-25 mm, yellowish green to dark-yellow when ripe, patently short-hairy inside, often sterile but well developed.",featureBlockElements.get(6).getText());
72

  
73 72
    }
74

  
75
}
73
}

Also available in: Unified diff