On Sunday, September 22, 2013 11:43:34 AM Claude Warren wrote: > I agree. I will move forward without changing the behaviour, though this > makes some tests rather lengthy to write.
Surely not, if it's just assertEquals(bdt1, btd2) that's the problem -- write an equalsBaseDatatype(bdt1, bdt2) method and call it from assert(). Assuming a suitable equality test can be constructed from public members of BaseDatatype. If not you were going to have problems anyway. What were you catually trying to test? Chris
