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/07 19:42:27 UTC

[uima-uimaj] branch master updated (99e9168 -> cf73cf3)

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

rec pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git.


    from 99e9168  Merge pull request #82 from apache/feature/UIMA-6290-Clean-up-AnnotationIteratorTest
     add 7c71ef1  [NO JIRA] Refactoring SelectFS tests
     new cf73cf3  Merge pull request #83 from apache/feature/no-jira-refactoring-select-fs-tests

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/uima/cas/impl/Subiterator.java |  23 +-
 .../org/apache/uima/cas/impl/SelectFsAssert.java   |   1 -
 .../SelectFsCoveredByWithTypePrioritiesTest.java   | 141 -----
 .../cas/impl/SelectFsPredicateAlignmentTest.java   | 350 +++++++++++
 .../org/apache/uima/cas/impl/SelectFsTest.java     | 662 +++++++--------------
 5 files changed, 567 insertions(+), 610 deletions(-)
 delete mode 100644 uimaj-core/src/test/java/org/apache/uima/cas/impl/SelectFsCoveredByWithTypePrioritiesTest.java
 create mode 100644 uimaj-core/src/test/java/org/apache/uima/cas/impl/SelectFsPredicateAlignmentTest.java


[uima-uimaj] 01/01: Merge pull request #83 from apache/feature/no-jira-refactoring-select-fs-tests

Posted by re...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git

commit cf73cf37bdeef82eed89d95b117e5daf55b02667
Merge: 99e9168 7c71ef1
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Sat Nov 7 20:42:18 2020 +0100

    Merge pull request #83 from apache/feature/no-jira-refactoring-select-fs-tests
    
    [NO JIRA] Refactoring SelectFS tests

 .../java/org/apache/uima/cas/impl/Subiterator.java |  23 +-
 .../org/apache/uima/cas/impl/SelectFsAssert.java   |   1 -
 .../SelectFsCoveredByWithTypePrioritiesTest.java   | 141 -----
 .../cas/impl/SelectFsPredicateAlignmentTest.java   | 350 +++++++++++
 .../org/apache/uima/cas/impl/SelectFsTest.java     | 662 +++++++--------------
 5 files changed, 567 insertions(+), 610 deletions(-)