You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2014/09/15 17:18:34 UTC

[jira] [Created] (OODT-747) TestXmlQueueRepository fails on Java8

Chris A. Mattmann created OODT-747:
--------------------------------------

             Summary: 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: Chris A. Mattmann
             Fix For: 0.8


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.3.4#6332)