Advertisement
Guest User

Untitled

a guest
Jan 4th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. esults :
  2.  
  3. Failed tests:
  4. shouldSaveGetDeleteReportSchema(org.openmrs.report.ReportSchemaXmlTest)
  5. getConceptStopWords_shouldReturnListOfConceptStopWordsForGivenLocale(org.openmrs.api.ConceptServiceTest)
  6. saveConceptStopWord_shouldSaveConceptStopWordAssignDefaultLocaleIsItNull(org.openmrs.api.ConceptServiceTest)
  7. processHL7InQueue_shouldCreateHL7InArchiveAfterSuccessfulParsing(org.openmrs.hl7.HL7ServiceTest)
  8.  
  9. Tests in error:
  10. shouldUpdateReportSchemaXml(org.openmrs.report.ReportSchemaXmlTest)
  11. shouldAllowModuleAToLoadModuleBIfARequiresB(org.openmrs.module.ModuleInteroperabilityTest)
  12. saveConceptStopWord_shouldSaveReturnConceptStopWordWithId(org.openmrs.api.ConceptServiceTest)
  13. processHL7Message_shouldSaveHl7MessageToTheDatabase(org.openmrs.hl7.HL7ServiceTest)
  14.  
  15. Tests run: 2210, Failures: 4, Errors: 4, Skipped: 23
  16.  
  17. [INFO] ------------------------------------------------------------------------
  18. [INFO] Reactor Summary:
  19. [INFO]
  20. [INFO] OpenMRS ........................................... SUCCESS [1.311s]
  21. [INFO] openmrs-tools ..................................... SUCCESS [1.034s]
  22. [INFO] openmrs-test ...................................... SUCCESS [0.164s]
  23. [INFO] openmrs-api ....................................... FAILURE [2:18.364s]
  24. [INFO] openmrs-web ....................................... SKIPPED
  25. [INFO] openmrs-webapp .................................... SKIPPED
  26. [INFO] openmrs-release-test .............................. SKIPPED
  27. [INFO] ------------------------------------------------------------------------
  28. [INFO] BUILD FAILURE
  29. [INFO] ------------------------------------------------------------------------
  30. [INFO] Total time: 2:21.193s
  31. [INFO] Finished at: Fri Jan 04 14:12:25 IST 2013
  32. [INFO] Final Memory: 26M/125M
  33. [INFO] ------------------------------------------------------------------------
  34. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.5:test (default-test) on project openmrs-api: There are test failures.
  35. [ERROR]
  36. [ERROR] Please refer to D:\Sravani\eclipse\dropins\eclipse-openmrs\features\openmrs-core\api\target\surefire-reports for the individual test results.
  37. [ERROR] -> [Help 1]
  38. [ERROR]
  39. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  40. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  41. [ERROR]
  42. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  43. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  44. [ERROR]
  45. [ERROR] After correcting the problems, you can resume the build with the command
  46. [ERROR] mvn <goals> -rf :openmrs-api
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement