Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Jena 2.7.4
-
None
Description
RecordingListener compares the results of the listener implementation with the expected results. However, if the list of triples is equivalent but not the identical list the comparison fails. This is fixed if the list of expected values and the list of results are compared as an array using deepEquals().
This does require Java 5.