Project

General

Profile

« Previous | Next » 

Revision 6a0acdd6

Added by Andreas Müller over 2 years ago

fix selenium tests for updated caches

View differences:

src/test/java/eu/etaxonomy/dataportal/selenium/tests/cichorieae/Scorzonera_SynonymyTest.java
47 47
        assertEquals(TypeDesignationType.nameTypeDesignation, typeDesignations.get(0).getTypeDesignationType());
48 48
        assertEquals("Lectotype (designated by Green 1929: 1771): Scorzonera humilis L.", typeDesignations.get(0).getText()); // last digit of 1771 is footnote key !!!
49 49
        assertEquals("should have one footnote from type designation", 1, p.getAcceptedNameFootNotes().size());
50
        assertEquals("", "1. Green, Proposals by British Botanists. 1929", p.getAcceptedNameFootNotes().get(0).getText());
50
        assertEquals("", "1. Green 1929: Proposals by British Botanists", p.getAcceptedNameFootNotes().get(0).getText());
51 51
//        assertNull("The typified name should not have a name description (protologue)", typeDesignations.get(0).getNameDescription()); // FIXME
52 52

  
53 53
        assertEquals("= Gelasia Cass. in Bull. Sci. Soc. Philom. Paris 1818: 33. 1818", p.getHeterotypicalGroupSynonymName(1, 1));

Also available in: Unified diff