Hi, I ran into this error while trying to run mvn install on oodt http://pastebin.com/GV6dQ6H3
Going through the surefire reports, i found this org.apache.oodt.cas.resource.queuerepo.TestXmlQueueRepository.txt had failed the output:- ------------------------------------------------------------------------------- Test set: org.apache.oodt.cas.resource.queuerepo.TestXmlQueueRepository ------------------------------------------------------------------------------- Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.161 sec <<< FAILURE! testMapping(org.apache.oodt.cas.resource.queuerepo.TestXmlQueueRepository) Time elapsed: 0.146 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) adi
