You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2020/11/04 08:34:29 UTC

[uima-uimaj] branch feature/UIMA-6290-Clean-up-AnnotationIteratorTest updated (2916509 -> 7267181)

This is an automated email from the ASF dual-hosted git repository.

rec pushed a change to branch feature/UIMA-6290-Clean-up-AnnotationIteratorTest
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


    from 2916509  [UIMA-6290] Clean up AnnotationIteratorTest
     add fff5c8e  [UIMA-6289] SelectFS.coveredBy not selecting annotations with exact same bounds as annotation argument
     add 506f2ca  [UIMA-6289] SelectFS.coveredBy not selecting annotations with exact same bounds as annotation argument
     add bd66474  [UIMA-6289] SelectFS.coveredBy not selecting annotations with exact same bounds as annotation argument
     add 53e48c2  [UIMA-6289] SelectFS.coveredBy not selecting annotations with exact same bounds as annotation argument
     add 6cd24ed  [UIMA-6289] SelectFS.coveredBy not selecting annotations with exact same bounds as annotation argument
     add 173f110  Merge pull request #81 from apache/bugfix/UIMA-6289-SelectFS-coveredBy-not-selecting-annotations-with-exact-same-bounds-as-annotation-argument
     add 7267181  Merge branch 'master' into feature/UIMA-6290-Clean-up-AnnotationIteratorTest

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/uima/cas/impl/Subiterator.java |  72 ++++++-----
 .../org/apache/uima/cas/impl/SelectFsAssert.java   |  47 +++++--
 .../SelectFsCoveredByWithTypePrioritiesTest.java   | 141 +++++++++++++++++++++
 .../org/apache/uima/cas/impl/SelectFsTest.java     |  95 ++++++++++++--
 4 files changed, 303 insertions(+), 52 deletions(-)
 create mode 100644 uimaj-core/src/test/java/org/apache/uima/cas/impl/SelectFsCoveredByWithTypePrioritiesTest.java