Project

General

Profile

« Previous | Next » 

Revision f06c22c7

Added by Andreas Kohlbecker over 3 years ago

ref #8851 adding missing space

View differences:

src/test/java/eu/etaxonomy/dataportal/selenium/tests/reference/NomenclaturalSourceTest.java
49 49
    public void testNomenclaturalReference() {
50 50

  
51 51
        WebElement acceptedName = p.getAcceptedName();
52
        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].", acceptedName.getText());
52
        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].", acceptedName.getText());
53 53
        WebElement referenceElement = acceptedName.findElement(By.cssSelector(".reference"));
54 54
        assertEquals("Verh. Nat. Gesch. Ned. Bezitt., Bot. 19: 22, t. 1 & 4. 1840", referenceElement.getText());
55 55
    }

Also available in: Unified diff