Project

General

Profile

« Previous | Next » 

Revision e9aae730

Added by Andreas Kohlbecker about 7 years ago

ref #6375 adapting test case

View differences:

src/test/java/eu/etaxonomy/dataportal/selenium/tests/reference/MisappliedNamesTest.java
52 52
        assertEquals("–\n\"Ossaea glomerata\" sensu Species solaris; sensu A&S; sensu Lem1", misappliedName.getText());
53 53
        List<BaseElement> footnotes = ElementUtils.findFootNotes(p.getTaxonRelationships());
54 54
        assertEquals(1, footnotes.size());
55
        assertEquals("1. sensu Lem, New Species in the solar system", footnotes.get(0).getText());
55
        assertEquals("1. Lem, New Species in the solar system", footnotes.get(0).getText());
56 56

  
57 57
    }
58 58

  

Also available in: Unified diff