Revision b9fcde0c
Added by Andreas Kohlbecker over 4 years ago
src/test/java/eu/etaxonomy/dataportal/selenium/tests/reference/RegistrationPageTest.java | ||
---|---|---|
85 | 85 |
RegistrationItemFull regItem = p.getRegistrationItem(); |
86 | 86 |
assertNotNull(regItem); |
87 | 87 |
assertEquals( |
88 |
"Epitype: (B 40 0040871).", |
|
88 |
"Epitype: Berlin, small river Wuhle, 52°31'14.844\"N, 13°34'40.116\"E, Skibbe - collector number D06 (B 40 0040871).",
|
|
89 | 89 |
regItem.getSpecimenTypeDesignations().get(0).getText()); |
90 | 90 |
assertEquals( |
91 | 91 |
"for Planothidium victori Novis, Braidwood & Kilroy in Phytotaxa 64. 2012", |
... | ... | |
128 | 128 |
"Nodosilinea radiophila Heidari & Hauer in Fottea 18(2): 142. fig. 5C, D. 1.11.2018, nom. illeg.", |
129 | 129 |
regItem.getNameElement().getText()); |
130 | 130 |
assertEquals( |
131 |
"Holotype: (CBFS A–83–1).", |
|
131 |
"Holotype: Iran, Islamic Republic of, Talesh Mahalleh, Ramsar., alt. 20 m, 36°52'58.8\"N, 50°40'58.8\"E (CBFS A–83–1).",
|
|
132 | 132 |
regItem.getSpecimenTypeDesignations().get(0).getText()); |
133 | 133 |
assertEquals( |
134 | 134 |
"Heidari, F., Zima, J., Riahi, H. & al., New simple trichal cyanobacterial taxa isolated from radioactive thermal springs in Fottea 18(2): 137–149. 2018", |
... | ... | |
172 | 172 |
"Ramsaria avicennae Heidari & Hauer in Fottea 18(2): 146, fig. 3F, G. 1.11.2018", |
173 | 173 |
regItem.getNameElement().getText()); |
174 | 174 |
assertEquals( |
175 |
"Holotype: (CBFS A–087–1).", |
|
175 |
"Holotype: Iran, Islamic Republic of, Ramsar, alt. 20 m, 36°52'58.8\"N, 50°40'58.8\"E (CBFS A–087–1).",
|
|
176 | 176 |
regItem.getSpecimenTypeDesignations().get(0).getText()); |
177 | 177 |
assertEquals( |
178 | 178 |
"Heidari, F., Zima, J., Riahi, H. & al., New simple trichal cyanobacterial taxa isolated from radioactive thermal springs in Fottea 18(2): 137–149. 2018", |
Also available in: Unified diff
ref #8366 adapting tests to full typedesignation display with map in registration page