You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2015/05/04 21:46:06 UTC

[jira] [Resolved] (UIMA-4343) Testing uses cas compare function, make this order independent

     [ https://issues.apache.org/jira/browse/UIMA-4343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor resolved UIMA-4343.
----------------------------------
    Resolution: Fixed

> Testing uses cas compare function, make this order independent
> --------------------------------------------------------------
>
>                 Key: UIMA-4343
>                 URL: https://issues.apache.org/jira/browse/UIMA-4343
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>    Affects Versions: 2.7.0SDK
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Minor
>             Fix For: 2.7.1SDK
>
>
> Some tests compare two CASes for (approximate) equality, but the compare requires the items in the CASes be in the same "order".  Newer iterator implementations of bag and sets no longer necessarily preserve ordering, so the compare may fail even though the CASes contain the same FeatureStructures.  Improve the CAS compare test to permit comparing equal without needing the same ordering.
> Remove extra test class CasComparerViewChange, have its 2 users directly call the compare function.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)