Project

General

Profile

« Previous | Next » 

Revision d74b5cdc

Added by Andreas Kohlbecker over 7 years ago

ref #6086 solving the problems in the java-script of the web application monitor widget:
- chunk information: number rounded and label renamed
- Percentage number rounding fixed

View differences:

cdmlib-model/src/test/java/eu/etaxonomy/cdm/strategy/parser/NonViralNameParserImplTest.java
2029 2029
        Assert.assertFalse("Name should be parsable", name.isProtectedTitleCache());
2030 2030
        assertEquals( "30(Vorabdr.)", ((Reference)name.getNomenclaturalReference()).getVolume());
2031 2031

  
2032
        /* test case disabled, would fail!
2032
        /* test case disabled, would fail! This is not due to the '´t' it rather might be caused by the & in the basionym authors
2033 2033
        // Sempervivum globiferum subsp. allionii (Jord. & Fourr.) ´t Hart & Bleij
2034 2034
        name = parser.parseReferencedName("Sempervivum globiferum subsp. allionii (Jord. & Fourr.) ´t Hart & Bleij");
2035 2035
        Assert.assertFalse("Name should be parsable", name.isProtectedTitleCache());

Also available in: Unified diff