zach-m / jonix

Commercial-grade library for extracting data from ONIX sources
Apache License 2.0
57 stars 17 forks source link

Failing tests (mvn install) #5

Closed inoop closed 6 years ago

inoop commented 6 years ago

I checked out the latest version of this project and ran 'mvn install'. I'm seeing a failed test:

Failed tests: 
  CsvWriterTest.testCsvWriter:35 expected:<130> but was:<133>
inoop commented 6 years ago

Looks like this might be a Unix/Windows issue. I'm running this on a Linux box, where line endings are single characters ('\n'). You may want to verify the package builds on Linux.