discomarathon / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

Failed tests in DefaultTypeAdaptersTest #331

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build google-gson

What is the expected output?
No failures

What do you see instead?
testDefaultDateSerialization(com.google.gson.functional.DefaultTypeAdaptersTest)
: null expected:<"Jun 10, 2011 [7:47:38 A]M"> but was:<"Jun 10, 2011 [4:47:38 
P]M">
testDefaultDateDeserialization(com.google.gson.functional.DefaultTypeAdaptersTes
t): expected:<13> but was:<12>
testDefaultJavaSqlDateDeserialization(com.google.gson.functional.DefaultTypeAdap
tersTest): expected:<3> but was:<2>
testDefaultJavaSqlTimestampSerialization(com.google.gson.functional.DefaultTypeA
daptersTest): null expected:<"Dec 3, 2009 1[]:18:02 PM"> but was:<"Dec 3, 2009 
1[0]:18:02 PM">
testDefaultJavaSqlTimestampDeserialization(com.google.gson.functional.DefaultTyp
eAdaptersTest): expected:<13> but was:<4>
testDefaultJavaSqlTimeSerialization(com.google.gson.functional.DefaultTypeAdapte
rsTest): null expected:<"[01]:18:02 PM"> but was:<"[10]:18:02 PM">
testDefaultJavaSqlTimeDeserialization(com.google.gson.functional.DefaultTypeAdap
tersTest): expected:<13> but was:<4>
testDefaultDateSerializationUsingBuilder(com.google.gson.functional.DefaultTypeA
daptersTest): null expected:<"Jun 10, 2011 [7:47:39 A]M"> but was:<"Jun 10, 
2011 [4:47:39 P]M">

What version of the product are you using?
1.7.1

On what operating system?
Fedora 15 [x86_64]

Original issue reported on code.google.com by jcapik%r...@gtempaccount.com on 14 Jun 2011 at 4:11

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r863.

Original comment by limpbizkit on 1 Jul 2011 at 10:00