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 2021/11/22 15:37:47 UTC

[uima-uimaj] 01/01: Merge pull request #157 from apache/feature/UIMA-6374-Create-CAS-deserialization-test-suite

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

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

commit 6fa03e80753213ea072c257dd3baa37007412fe5
Merge: 2e58b90 783bbfc
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Mon Nov 22 16:37:38 2021 +0100

    Merge pull request #157 from apache/feature/UIMA-6374-Create-CAS-deserialization-test-suite
    
    [UIMA-6374] Create CAS (de)serialization test suite

 ...asSerializationDeserialization_BINARY_Test.java |   3 +-
 ...serialization_COMPRESSED_FILTERED_TSI_Test.java |   3 +-
 .../CasSerializationDeserialization_XCAS_Test.java |   5 +-
 ...izationDeserialization_XMI_1_0_PRETTY_Test.java |   5 +-
 ...izationDeserialization_XMI_1_1_PRETTY_Test.java |   5 +-
 .../uima/cas/serdes/CasToComparableText.java       | 100 +++++++++---------
 .../uima/cas/serdes/SerDesCasIOTestUtils.java      |  38 +++++--
 .../ProgrammaticallyCreatedCasDataSuite.java       | 111 +++++++++++++++++++
 .../generators/MultiFeatureRandomCasGenerator.java |  44 ++++++++
 .../ser-ref/casWithFsList/cas.bin                  | Bin 0 -> 3204 bytes
 .../ser-ref/casWithFsList/debug-typesystem.xml     | 117 +++++++++++++++++++++
 .../ser-ref/casWithFsList/debug.xmi                |  38 +++++++
 .../ser-ref/casWithFsList/cas.bin                  | Bin 0 -> 708 bytes
 .../ser-ref/casWithFsList/debug-typesystem.xml     | 117 +++++++++++++++++++++
 .../ser-ref/casWithFsList/debug.xmi                |  38 +++++++
 .../ser-ref/casWithFsList/typesystem.xml           | 117 +++++++++++++++++++++
 .../ser-ref/casWithFsList/cas.bin                  | Bin 0 -> 2868 bytes
 .../ser-ref/casWithFsList/debug-typesystem.xml     | 117 +++++++++++++++++++++
 .../ser-ref/casWithFsList/debug.xmi                |  38 +++++++
 .../ser-ref/casWithFsList/typesystem.xml           | 117 +++++++++++++++++++++
 .../ser-ref/casWithFsList/cas.bin                  | Bin 0 -> 3603 bytes
 .../ser-ref/casWithFsList/debug-typesystem.xml     | 117 +++++++++++++++++++++
 .../ser-ref/casWithFsList/debug.xmi                |  38 +++++++
 .../ser-ref/casWithFsList/cas.xcas                 |  47 +++++++++
 .../ser-ref/casWithFsList/debug-typesystem.xml     | 117 +++++++++++++++++++++
 .../ser-ref/casWithFsList/debug.xmi                |  38 +++++++
 .../ser-ref/casWithFsList/typesystem.xml           | 117 +++++++++++++++++++++
 .../ser-ref/casWithFsList/data.xmi                 |  38 +++++++
 .../ser-ref/casWithFsList/debug-typesystem.xml     | 117 +++++++++++++++++++++
 .../ser-ref/casWithFsList/debug.xmi                |  38 +++++++
 .../ser-ref/casWithFsList/typesystem.xml           | 117 +++++++++++++++++++++
 .../ser-ref/casWithFsList/data.xmi                 |  38 +++++++
 .../ser-ref/casWithFsList/debug-typesystem.xml     | 117 +++++++++++++++++++++
 .../ser-ref/casWithFsList/debug.xmi                |  38 +++++++
 .../ser-ref/casWithFsList/typesystem.xml           | 117 +++++++++++++++++++++
 35 files changed, 2039 insertions(+), 68 deletions(-)