dpa-gmbh / metadata-mapper

http://dpa-gmbh.github.io/metadata-mapper/
Other
5 stars 1 forks source link

Project is not platform independend #7

Closed schmidt-nia closed 9 years ago

schmidt-nia commented 9 years ago

On my Windows 7 (de) system the following strange behavior was noticed:

  1. command line: mvn test breaks with

Failed tests: shouldMapSupplementary(StringCharacterMappingTableTest)

Tests in error: shouldMapByMultiCharMapping(StringCharacterMappingTableTest) shouldUseMappingAndReplacement(StringCharacterMappingTableTest)

  1. Eclipse IDE: run as junit test, works well

    nothing to complain :smile:

  2. Eclipse throws warning messages every 20ms Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
ola-github commented 9 years ago

encoding added to pom.xml. Could you please check?

ola-github commented 9 years ago

Error in StringCharacterMappingTableTest