You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "ASF GitHub Bot (Jira)" <de...@uima.apache.org> on 2020/04/18 19:11:00 UTC

[jira] [Work logged] (UIMA-6222) XML-related unit test fails on Java 9+

     [ https://issues.apache.org/jira/browse/UIMA-6222?focusedWorklogId=424945&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-424945 ]

ASF GitHub Bot logged work on UIMA-6222:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Apr/20 19:10
            Start Date: 18/Apr/20 19:10
    Worklog Time Spent: 10m 
      Work Description: reckart commented on pull request #100: [UIMA-6222] XML-related unit test fails on Java 9+
URL: https://github.com/apache/uima-uimafit/pull/100
 
 
   - Ignore whitespace during XML comparison to run on recent JDKs
   
   **JIRA Ticket:** https://issues.apache.org/jira/browse/UIMA-6222
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 424945)
    Remaining Estimate: 0h
            Time Spent: 10m

> XML-related unit test fails on Java 9+
> --------------------------------------
>
>                 Key: UIMA-6222
>                 URL: https://issues.apache.org/jira/browse/UIMA-6222
>             Project: UIMA
>          Issue Type: Bug
>          Components: uimaFIT
>            Reporter: Richard Eckart de Castilho
>            Assignee: Richard Eckart de Castilho
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> This test fails on JDKs >8
> {code}
> [ERROR] Tests run: 18, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.343 s
> <<< FAILURE! - in org.apache.uima.fit.factory.AnalysisEngineFactoryTest
> [ERROR]
> serializeComponent(org.apache.uima.fit.factory.AnalysisEngineFactoryTest)  Time
> elapsed: 0.048 s  <<< FAILURE!
> junit.framework.AssertionFailedError:
> org.custommonkey.xmlunit.Diff
> [different] Expected text value '
>     ' but was '
>     ' - comparing <analysisEngineDescription ...>
>     </analysisEngineDescription> at /analysisEngineDescription[1]/text()[1] to
> <analysisEngineDescription ...>
>     </analysisEngineDescription> at /analysisEngineDescription[1]/text()[1]
>         at
> org.apache.uima.fit.factory.AnalysisEngineFactoryTest.serializeComponent(AnalysisEngineFactoryTest.java:567)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)