From: Brad C. <bra...@wo...> - 2002-09-17 11:28:09
|
yesterday i moved from using version 1.1-b6 to 1.1-rc2 and found that = SortedSets were no longer sorted. i have fixed this and commited it to = cvs. i have also added two assertions to the testPersistCollections() = method in FooBarTest to test that SortedSets r actually sorted. the fix simply involved adding the CollectionPersister argument to the = beforeInitialize method in cirrus.hibernate.collections.SortedSet so = that the method reflected the signature of the abstract method defined = in it's super (abstract) class = cirrus.hibernate.collections.PersistenctCollection. brad |