Skip to content

Instantly share code, notes, and snippets.

@nutjob4life
Created December 19, 2014 18:55
Show Gist options
  • Save nutjob4life/c665835499adb75b4c8a to your computer and use it in GitHub Desktop.
Save nutjob4life/c665835499adb75b4c8a to your computer and use it in GitHub Desktop.
-------------------------------------------------------------------------------
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