Project

General

Profile

« Previous | Next » 

Revision 960711fc

Added by Andreas Müller over 3 years ago

cleanup

View differences:

cdmlib-services/src/test/java/eu/etaxonomy/cdm/api/service/TypeDesignationSetManagerTest.java
224 224

  
225 225
            TypeDesignationSetManager typeDesignationManager = new TypeDesignationSetManager(typifiedName);
226 226
            String result = typeDesignationManager.print(true, true, true);
227
//            Logger.getLogger(this.getClass()).debug(result);
228
            assertNotNull(result);
229 227
            assertEquals(
230 228
                    "Prionus L."
231 229
                    , result
......
280 278
            assertEquals("Prionus L.\u202F\u2013\u202FLectotype: Prionus arealus L.",
281 279
                    typeDesignationManager.print(false, false, true));
282 280

  
283

  
284 281
        }
285 282

  
286 283
        @Test

Also available in: Unified diff