Project

General

Profile

« Previous | Next » 

Revision 04f81145

Added by Andreas Kohlbecker over 3 years ago

ref #8851 adapting side-effected NameRelationshipsTest

View differences:

src/test/java/eu/etaxonomy/dataportal/selenium/tests/reference/NameRelationshipsTest.java
164 164
        TaxonSynonymyPage p = new TaxonSynonymyPage(driver, getContext(), taxon_nepenthes_gracilis_uuid);
165 165

  
166 166
        WebElement accName = p.getAcceptedName();
167
        assertEquals("Nepenthes gracilis Korth., Verh. Nat. Gesch. Ned. Bezitt., Bot. 19: 22, t. 1 & 4. 1840", accName.getText());
167
        assertEquals("Nepenthes gracilis Korth., Verh. Nat. Gesch. Ned. Bezitt., Bot. 19: 22, t. 1 & 4. 1840 [& (J. T. K.) Spock & Scotty in Bot. Jahrb. Sol. 211: 591. 2194], [some typification note].", accName.getText());
168 168

  
169 169
        WebElement synonym1 = p.getHeterotypicalGroupSynonym(1, 1);
170 170
        assertEquals("=\nNepenthes teysmanniana Miq., Fl. Ned. Ind. 1(1): 1073. 1858", synonym1.getText());

Also available in: Unified diff