Project

General

Profile

« Previous | Next » 

Revision 0ea0a5f8

Added by Andreas Kohlbecker over 5 years ago

ref #7607 TypeDesignationSetManager: types without enclosing brackets - adapting tests

View differences:

src/test/java/eu/etaxonomy/cdm/vaadin/util/converter/TypeDesignationSetManagerIT.java
142 142
        Logger.getLogger(this.getClass()).debug(result);
143 143
        assertNotNull(result);
144 144
        assertEquals(
145
                "Prionus coriatius L. Type: Testland, near Bughausen, A.Kohlbecker 81989, 2017 (Holotype, OHA; Isotypes: BER, KEW); Type: (Isotype, M); NameType: Prionus L. Species Plantarum"
145
                "Prionus coriatius L. Type: Testland, near Bughausen, A.Kohlbecker 81989, 2017 Holotype, OHA; Isotypes: BER, KEW; Type: Isotype, M; NameType: Prionus L. Species Plantarum"
146 146
                , result
147 147
                );
148 148

  
......
181 181
        typeDesignationManager.addTypeDesigations(null, std_HT);
182 182

  
183 183
        assertEquals(
184
                "Prionus coriatius L. Type: Testland, near Bughausen, A.Kohlbecker 81989, 2017 (Holotype, OHA); NameType: Prionus L. Species Plantarum"
184
                "Prionus coriatius L. Type: Testland, near Bughausen, A.Kohlbecker 81989, 2017 Holotype, OHA; NameType: Prionus L. Species Plantarum"
185 185
                , typeDesignationManager.print()
186 186
                );
187 187

  

Also available in: Unified diff