Nov11 / kryo

Automatically exported from code.google.com/p/kryo
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Test fails for 2.08 build #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download 2.08 distribution
2. Make sure jars are installed in local maven repo
3. Run build, test fails

Failed tests: 
  testNoDefaultConstructor(com.esotericsoftware.kryo.FieldSerializerTest): expected:<com.esotericsoftware.kryo.FieldSerializerTest$ComplexNoDefaultConstructor@318259bf> but was:<com.esotericsoftware.kryo.FieldSerializerTest$ComplexNoDefaultConstructor@2beb4d6f>

What is the expected output? What do you see instead?
The tests should all pass.

What version of the Kryo are you using?
2.08

Please provide any additional information below.
I'm using JDK 1.6.0_31 on both Mac OS 10.7.4 and CentOS 6.2

Original issue reported on code.google.com by brya...@gmail.com on 15 May 2012 at 5:49

GoogleCodeExporter commented 8 years ago
Oops. :) All tests succeeding now, thanks!

Original comment by nathan.s...@gmail.com on 23 May 2012 at 10:48