Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JodaSerialization test failures: testDateMidnightSer and testDateMidnightSerWithTypeInfo #53

Closed
clamothe opened this issue Jan 12, 2015 · 1 comment

Comments

@clamothe
Copy link
Contributor

I observed two test failures after checking out master and running the tests locally.

Run at 5:45pm on Jan 12, 2015 in Thailand, in a local timezone of GMT+7

Tests run: 15, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec <<< FAILURE! - in com.fasterxml.jackson.datatype.joda.JodaSerializationTest
testDateMidnightSer(com.fasterxml.jackson.datatype.joda.JodaSerializationTest)  Time elapsed: 0.009 sec  <<< FAILURE!
junit.framework.ComparisonFailure: expected:<"2001-05-2[5]"> but was:<"2001-05-2[4]">
    at junit.framework.Assert.assertEquals(Assert.java:100)
    at junit.framework.Assert.assertEquals(Assert.java:107)
    at junit.framework.TestCase.assertEquals(TestCase.java:269)
    at com.fasterxml.jackson.datatype.joda.JodaSerializationTest.testDateMidnightSer(JodaSerializationTest.java:41)

testDateMidnightSerWithTypeInfo(com.fasterxml.jackson.datatype.joda.JodaSerializationTest)  Time elapsed: 0.009 sec  <<< FAILURE!
junit.framework.ComparisonFailure: expected:<...Midnight","2001-05-2[5]"]> but was:<...Midnight","2001-05-2[4]"]>
    at junit.framework.Assert.assertEquals(Assert.java:100)
    at junit.framework.Assert.assertEquals(Assert.java:107)
    at junit.framework.TestCase.assertEquals(TestCase.java:269)
    at com.fasterxml.jackson.datatype.joda.JodaSerializationTest.testDateMidnightSerWithTypeInfo(JodaSerializationTest.java:56)
@cowtowncoder
Copy link
Member

Duplicate of #49 I think. Contributions welcome, as always!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants