Advertisement
Guest User

Untitled

a guest
Jun 15th, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. -------------------------------------------------------
  2. Running org.openmrs.htmlformentry.element.EnrollInProgramElement2_2Test
  3. log4j:WARN No appenders could be found for logger (org.springframework.test.context.junit4.SpringJUnit4ClassRunner).
  4. log4j:WARN Please initialize the log4j system properly.
  5. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 30.35 sec <<< FAILURE!
  6.  
  7. Results :
  8.  
  9. Tests in error:
  10. enrollInProgram_shouldEnrollAPatietntWhenPatientProgramAttributeIsSetByUuid(org.openmrs.htmlformentry.element.EnrollInProgramElement2_2Test): null id in org.openmrs.PatientState entry (don't flush the Session after an exception occurs)
  11.  
  12. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
  13.  
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO] Reactor Summary for HTML Form Entry 3.11.0-SNAPSHOT:
  16. [INFO]
  17. [INFO] HTML Form Entry .................................... SUCCESS [ 9.588 s]
  18. [INFO] HTML Form Entry API ................................ SUCCESS [ 54.838 s]
  19. [INFO] HTML Form Entry API 1.9 ............................ SUCCESS [ 1.150 s]
  20. [INFO] HTML Form Entry API 1.10 ........................... SUCCESS [ 29.142 s]
  21. [INFO] HTML Form Entry API 2.0 ............................ SUCCESS [ 1.555 s]
  22. [INFO] HTML Form Entry API Tests .......................... SUCCESS [05:08 min]
  23. [INFO] HTML Form Entry API 2.2 ............................ FAILURE [ 33.092 s]
  24. [INFO] HTML Form Entry API 2.3 ............................ SKIPPED
  25. [INFO] HTML Form Entry OMOD ............................... SKIPPED
  26. [INFO] ------------------------------------------------------------------------
  27. [INFO] BUILD FAILURE
  28. [INFO] ------------------------------------------------------------------------
  29. [INFO] Total time: 07:19 min
  30. [INFO] Finished at: 2020-06-15T17:04:56+03:00
  31. [INFO] ------------------------------------------------------------------------
  32. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (default-test) on project htmlformentry-api-2.2: There are test failures.
  33. [ERROR]
  34. [ERROR] Please refer to C:\Users\Cliff\Desktop\project\openmrs-module-htmlformentry\api-2.2\target\surefire-reports for the individual test results.
  35. [ERROR] -> [Help 1]
  36. [ERROR]
  37. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  38. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  39. [ERROR]
  40. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  41. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  42. [ERROR]
  43. [ERROR] After correcting the problems, you can resume the build with the command
  44. [ERROR] mvn <goals> -rf :htmlformentry-api-2.2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement