Project

General

Profile

« Previous | Next » 

Revision a9dc4b35

Added by Andreas Kohlbecker over 5 years ago

ref #7658 other relationship reprentation based on DTOs fully implemented

View differences:

src/test/java/eu/etaxonomy/dataportal/selenium/tests/reference/MisappliedNamesTest.java
70 70
        // with doubtful flag
71 71
        assertEquals("–\n" + StringConstants.DOUBTFULMARKER_SPACE +"\"Ossaea glomerata\" sensu A&S1", p.getMisappliedName(2).getText());
72 72
        // Test also invalid designation which is rendered with the misapplied names
73
        assertEquals("–\nOssaea maculata sec. Lem2, err. sec. A&S1", p.getMisappliedName(3).getText());
73
        assertEquals("–\nOssaea maculata sec. Lem2, rel. sec. A&S1", p.getMisappliedName(3).getText());
74 74

  
75 75
        List<BaseElement> footnotes = ElementUtils.findFootNotes(p.getTaxonRelationships());
76 76
        assertEquals(2, footnotes.size());

Also available in: Unified diff