Skip to content

Instantly share code, notes, and snippets.

@jcoyne
Created October 31, 2013 15:45
Show Gist options
  • Save jcoyne/7251998 to your computer and use it in GitHub Desktop.
Save jcoyne/7251998 to your computer and use it in GitHub Desktop.
-------------------------------------------------------------------------------
Test set: org.fcrepo.integration.http.api.FedoraTransactionsIT
-------------------------------------------------------------------------------
Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.963 sec <<< FAILURE! - in org.fcrepo.integration.http.api.FedoraTransactionsIT
testCreateAndTimeoutTransaction(org.fcrepo.integration.http.api.FedoraTransactionsIT) Time elapsed: 0.617 sec <<< FAILURE!
java.lang.AssertionError: expected:<200> but was:<500>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.junit.Assert.assertEquals(Assert.java:542)
at org.fcrepo.integration.http.api.FedoraTransactionsIT.testCreateAndTimeoutTransaction(FedoraTransactionsIT.java:86)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment