Indeed this reeks of Windows vs. Linux... Gary
On Tue, Jan 9, 2018 at 2:23 PM, Matt Sicker <boa...@gmail.com> wrote: > ASCII 13 is \r and 10 is \n. I bet it's a Windows line encoding related > issue specifically. > > On 9 January 2018 at 13:20, Gary Gregory <garydgreg...@gmail.com> wrote: > > > Any one else seeing this? > > > > [INFO] Running > > org.apache.commons.compress.compressors.zstandard. > > ZstdCompressorInputStreamTest > > [ERROR] Tests run: 8, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: > > 0.034 s <<< FAILURE! - in > > org.apache.commons.compress.compressors.zstandard. > > ZstdCompressorInputStreamTest > > [ERROR] > > testZstdDecode(org.apache.commons.compress.compressors.zstandard. > > ZstdCompressorInputStreamTest) > > Time elapsed: 0.011 s <<< FAILURE! > > org.junit.internal.ArrayComparisonFailure: arrays first differed at > > element > > [70]; expected:<13> but was:<10> > > at > > org.apache.commons.compress.compressors.zstandard. > > ZstdCompressorInputStreamTest.testZstdDecode( > > ZstdCompressorInputStreamTest.java:59) > > Caused by: java.lang.AssertionError: expected:<13> but was:<10> > > at > > org.apache.commons.compress.compressors.zstandard. > > ZstdCompressorInputStreamTest.testZstdDecode( > > ZstdCompressorInputStreamTest.java:59) > > > > I am on Windows 10. > > > > Gary > > > > > > -- > Matt Sicker <boa...@gmail.com> >