Skip to content

RowFixture

jochenwierum edited this page Jul 9, 2012 · 1 revision

Row fixtures are mostly unchanged. But we got one thing working: the ScientificDouble class. The problem is, that equals(Object) is overridden, but hashCode() is not. fit.RowFixture uses a HashMap, which is a problem here. Each ScientificDouble now has the hash code 1. Our solution is not nice, but it works ;-)

Clone this wiki locally