Created
March 5, 2013 14:00
-
-
Save jeffblack360/5090487 to your computer and use it in GitHub Desktop.
DelegatingCrudResourceTest: Failed Unit-test
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
Testsuite: org.openmrs.module.webservices.rest.web.DelegatingCrudResourceTest | |
Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 0.068 sec | |
Testcase: org.openmrs.module.webservices.rest.web.DelegatingCrudResourceTest: Caused an ERROR | |
contextDAO is null | |
org.openmrs.api.APIException: contextDAO is null | |
at org.openmrs.api.context.Context.getContextDAO(Context.java:167) | |
at org.openmrs.api.context.Context.closeSession(Context.java:732) | |
at org.openmrs.test.BaseContextSensitiveTest.closeSessionAfterEachClass(BaseContextSensitiveTest.java:710) | |
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) | |
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:180) | |
Test org.openmrs.module.webservices.rest.web.DelegatingCrudResourceTest FAILED | |
debug-test: | |
Deleting: /tmp/TEST-org.openmrs.module.webservices.rest.web.DelegatingCrudResourceTest.xml | |
BUILD SUCCESSFUL (total time: 3 seconds) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment