|
[
Permlink
| « Hide
]
Michael Watzek added a comment - 18/Nov/05 01:41 AM
The attached patch implements the comments above.
Michael Watzek made changes - 18/Nov/05 01:41 AM
Look s good, just a few comments:
QueryTest - Methods getCompanyModelInstances and getMylibInstances are deprecated, but we might need it to convert an array of beaan names in case actual parameters. - Please add a comment why method checkQueryResultWithoutOrder cannot simply call equals(result, expected). - Please add a comment why equalsCollection and equalsList cannot call o1.equals(o2). I think this is because the collections might include arrays which need to be compared using equalsObjectArray. - I think method equalsMap needs to iterate the entry set and compare key and value for each entry. Comparing the set of keys and the set of values of the two maps fails in case two keys have the reveresed values. SetGrouping and other - Field expectedResult has commont talking about avoiding file IO at class loading time. This is true in case the expected result includes pc instacnes which is not the case here. I propose to remove the comment. The attached patch has been checked in including the comments above (Revisiov 345514).
Michael Watzek made changes - 25/Nov/05 06:51 PM
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||