Created
December 19, 2014 18:55
-
-
Save nutjob4life/c665835499adb75b4c8a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------------------------------------------------- | |
Test set: org.apache.oodt.cas.resource.queuerepo.TestXmlQueueRepository | |
------------------------------------------------------------------------------- | |
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.132 sec <<< FAILURE! | |
testMapping(org.apache.oodt.cas.resource.queuerepo.TestXmlQueueRepository) Time elapsed: 0.119 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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment