Revision e90c7158
Added by Andreas Müller about 3 years ago
src/test/java/eu/etaxonomy/dataportal/selenium/tests/reference/RegistrationPageTest.java | ||
---|---|---|
194 | 194 |
assertNotNull(regItem); |
195 | 195 |
|
196 | 196 |
assertEquals( |
197 |
"for Glenodinium apiculatum Ehrenb., Infusionsthierchen: 258, pl. XXII. 24 Jul 1838–Aug 1838",
|
|
197 |
"for Glenodinium apiculatum Ehrenb., Infusionsthierchen: 258, pl. XXII. 24 Jul–Aug 1838", |
|
198 | 198 |
regItem.getTypifiedNameElement().getText()); |
199 | 199 |
assertEquals( |
200 | 200 |
"published in: Kretschmann, J., Žerdoner ?alasan, A. & Kusber, W.-H., Still curling after all these years: Glenodinium apiculatum Ehrenb. (Peridiniales, Dinophyceae) repeatedly found at its type locality in Berlin (Germany) in Systematics and Biodiversity. 2017", |
... | ... | |
206 | 206 |
// type designations in defined order |
207 | 207 |
// 1. Epitype |
208 | 208 |
assertEquals( |
209 |
"Epitype: Germany, Berlin, 52°31'1.2\"N, 13°21'E, 28.3.2016, D047 (CEDiT 2017E68).",
|
|
209 |
"Epitype: Germany, Berlin, 52°31'1.2\"N, 13°21'E, 28 Mar 2016, D047 (CEDiT 2017E68).",
|
|
210 | 210 |
regItem.getSpecimenTypeDesignations().get(0).getText()); |
211 | 211 |
|
212 | 212 |
// 2. Lectotype |
Also available in: Unified diff
ref #6276, ref 9071 adapt dataportal tests to new TimePeriod formatting (cont.)