reckart opened a new pull request #84: URL: https://github.com/apache/uima-uimaj/pull/84
- Added random type hierarchies to the random tests - Added overlapping-right / overlapping-left as valid results for T6 and T7 respectively because that makes sense and aligns with the behavior of "includeAnnotationsEndingBeyondBounds" in SelectFS - Added more tests - Change random tests that are using an annotation as anchor (i.e. not offsets) to ensure that the annotation itself is not returned by SelectFS by adjusting the filter condition adding "x != y" - Increase number of random test iterations to 100 - Reset the CAS at the beginning of a random test iteration (had forgotted to do this before....) - Consolidate code in the Subiterator, merging the new code that was added to moveToStart "case coveredBy" with the code in "adjustForStrictOrCoveringAndBoundSkip_backwards" and moved other common code to maybeAdjustForAmbiguityAndIgnoringTypePriorities_forward - use the code also when doing a "select at" which eventually fixes UIMA-6294 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
