Advertisement
Guest User

Untitled

a guest
Feb 14th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. Tests in error:
  2. shouldPurgeAConceptSource(org.openmrs.module.webservices.rest.web.v1_0.controller.openmrs1_8.ConceptClassControllerTest)
  3.  
  4. Tests run: 249, Failures: 0, Errors: 1, Skipped: 5
  5.  
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO] Reactor Summary:
  8. [INFO]
  9. [INFO] Rest Web Services ................................. SUCCESS [0.597s]
  10. [INFO] Rest Web Services Common OMOD ..................... SUCCESS [11.421s]
  11. [INFO] Rest Web Services 1.9 OMOD ........................ SUCCESS [26.580s]
  12. [INFO] Rest Web Services OMOD ............................ FAILURE [50.523s]
  13. [INFO] ------------------------------------------------------------------------
  14. [INFO] BUILD FAILURE
  15. [INFO] ------------------------------------------------------------------------
  16. [INFO] Total time: 1:29.972s
  17. [INFO] Finished at: Thu Feb 14 14:12:46 PST 2013
  18. [INFO] Final Memory: 63M/489M
  19. [INFO] ------------------------------------------------------------------------
  20. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project webservices.rest-omod: There are test failures.
  21. [ERROR]
  22. [ERROR] Please refer to C:\Users\patandre\workspace\openmrs-module-webservices.rest\omod\target\surefire-reports for the individual test results.
  23. [ERROR] -> [Help 1]
  24. org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project webservices.rest-omod: There are test failures.
  25.  
  26. Please refer to C:\Users\patandre\workspace\openmrs-module-webservices.rest\omod\target\surefire-reports for the individual test results.
  27. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
  28. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  29. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  30. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
  31. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
  32. at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
  33. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
  34. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
  35. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
  36. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
  37. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
  38. at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  42. at java.lang.reflect.Method.invoke(Method.java:597)
  43. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
  44. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
  45. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
  46. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
  47. Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.
  48.  
  49. Please refer to C:\Users\patandre\workspace\openmrs-module-webservices.rest\omod\target\surefire-reports for the individual test results.
  50. at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:87)
  51. at org.apache.maven.plugin.surefire.SurefirePlugin.writeSummary(SurefirePlugin.java:641)
  52. at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:615)
  53. at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:137)
  54. at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:98)
  55. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
  56. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
  57. ... 19 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement