opensensorhub / osh-core

OpenSensorHub Core Modules
http://docs.opensensorhub.org
Mozilla Public License 2.0
32 stars 16 forks source link

Test failing when running build process #159

Closed ch08532 closed 2 years ago

ch08532 commented 3 years ago

New clean build running in a docker container w/ latest image of Ubuntu Linux w/ openJDK/JRE 8. Can't seem to get pass the build process. Had a couple test failures when testing the SOS service tests but after a re-run they finally passed. However I'm stuck on this one:

org.vast.swe.fast.TestJsonDataWriter > testWriteStringNoEscape FAILED org.junit.ComparisonFailure: expected:<...lid in JSON .!?/^()&[?]{}"> but was:<...lid in JSON .!?/^()&[??]{}"> at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at org.vast.swe.fast.TestJsonDataWriter.testWriteStringNoEscape(TestJsonDataWriter.java:72)

Note that removing the test from the build resolved the issue.