This is an automated email from the ASF dual-hosted git repository.
rec pushed a change to branch maintenance/3.3.x
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git
from d9725a2a1 Merge pull request #259 from apache/release/3.3.1
add bb25f8ac4 Issue #272: select on FSArray seems broken
new b507681a0 Merge pull request #277 from
apache/bugfix/272-select-on-FSArray-seems-broken
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:
.../org/apache/uima/cas/impl/SelectFSs_impl.java | 2 +-
.../apache/uima/cas/impl/SelectFsFSArrayTest.java | 86 ++++++++++++++++++++++
.../apache/uima/cas/impl/SelectFsFSListTest.java | 86 ++++++++++++++++++++++
3 files changed, 173 insertions(+), 1 deletion(-)
create mode 100644
uimaj-core/src/test/java/org/apache/uima/cas/impl/SelectFsFSArrayTest.java
create mode 100644
uimaj-core/src/test/java/org/apache/uima/cas/impl/SelectFsFSListTest.java