Project

General

Profile

« Previous | Next » 

Revision 213a08ec

Added by Andreas Müller almost 7 years ago

fix CoordinateConverterTest #5716

View differences:

cdmlib-model/src/test/java/eu/etaxonomy/cdm/strategy/parser/location/CoordinateConverterTest.java
86 86
		conversionResults = coordinateConverter.tryConvert("35D11M34.744S");
87 87
		Assert.assertNull("isLongitude must be undefined. S stands for second.", conversionResults.isLongitude);
88 88

  
89
        conversionResults = coordinateConverter.tryConvert("35\u00B0 1´34.744SW");
89
        conversionResults = coordinateConverter.tryConvert("35\u00B0 1\u00B434.744SW");
90 90
        Assert.assertTrue("Pattern with acute accent must be recognised", conversionResults.patternRecognised);
91 91
        Assert.assertTrue("Pattern with acute accent must be recognised", conversionResults.conversionSuccessful);
92 92

  

Also available in: Unified diff