[
https://issues.apache.org/jira/browse/OODT-747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris A. Mattmann resolved OODT-747.
------------------------------------
Resolution: Fixed
- works for me
> TestXmlQueueRepository fails on Java8
> -------------------------------------
>
> Key: OODT-747
> URL: https://issues.apache.org/jira/browse/OODT-747
> Project: OODT
> Issue Type: Bug
> Components: resource manager
> Affects Versions: 0.7
> Environment: Java 1.8.0_05
> Reporter: Sean Kelly
> Labels: fail, java8, test
> Fix For: 1.1
>
>
> The failure seems to be an ordering issue:
> {noformat}
> --------------------------------------------------------------------------
> -----
> Test set: org.apache.oodt.cas.resource.queuerepo.TestXmlQueueRepository
> --------------------------------------------------------------------------
> -----
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec
> <<< FAILURE!
> testMapping(org.apache.oodt.cas.resource.queuerepo.TestXmlQueueRepository)
> Time elapsed: 0.224 sec <<< FAILURE!
> junit.framework.AssertionFailedError: expected:<[test-queue-1, quick]>
> but was:<[quick, test-queue-1]>
> at junit.framework.Assert.fail(Assert.java:47)
> at junit.framework.Assert.failNotEquals(Assert.java:280)
> at junit.framework.Assert.assertEquals(Assert.java:64)
> at junit.framework.Assert.assertEquals(Assert.java:71)
> at
> org.apache.oodt.cas.resource.queuerepo.TestXmlQueueRepository.testMapping(
> TestXmlQueueRepository.java:64)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)