Sanady

VSAOprava

Mar 19th, 2019
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. cd /home/vsa/Downloads/TestProjektA; JAVA_HOME=/usr/lib/jvm/java-8-oracle /usr/local/netbeans-8.1/java/maven/bin/mvn clean install
  2. Scanning for projects...
  3.  
  4. ------------------------------------------------------------------------
  5. Building TestProjektA 1.0
  6. ------------------------------------------------------------------------
  7.  
  8. --- maven-clean-plugin:2.4.1:clean (default-clean) @ TestProjektA ---
  9. Deleting /home/vsa/Downloads/TestProjektA/target
  10.  
  11. --- maven-resources-plugin:2.5:resources (default-resources) @ TestProjektA ---
  12. [debug] execute contextualize
  13. Using 'UTF-8' encoding to copy filtered resources.
  14. Copying 1 resource
  15.  
  16. --- maven-compiler-plugin:2.3.2:compile (default-compile) @ TestProjektA ---
  17. Compiling 2 source files to /home/vsa/Downloads/TestProjektA/target/classes
  18.  
  19. --- maven-resources-plugin:2.5:testResources (default-testResources) @ TestProjektA ---
  20. [debug] execute contextualize
  21. Using 'UTF-8' encoding to copy filtered resources.
  22. skip non existing resourceDirectory /home/vsa/Downloads/TestProjektA/src/test/resources
  23.  
  24. --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ TestProjektA ---
  25. Compiling 1 source file to /home/vsa/Downloads/TestProjektA/target/test-classes
  26.  
  27. --- maven-surefire-plugin:2.10:test (default-test) @ TestProjektA ---
  28. Surefire report directory: /home/vsa/Downloads/TestProjektA/target/surefire-reports
  29.  
  30. -------------------------------------------------------
  31. T E S T S
  32. -------------------------------------------------------
  33. Running projekt.ProjektTest
  34. [EL Info]: 2019-03-19 18:56:22.962--ServerSession(485937598)--EclipseLink, version: Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd
  35. [EL Info]: connection: 2019-03-19 18:56:23.12--ServerSession(485937598)--file:/home/vsa/Downloads/TestProjektA/target/classes/_projektPU login successful
  36. Kniha nova uspesne pridana
  37. Kniha stara uspesne aktualizovana
  38. Kniha kniha1 uspesne aktualizovana
  39. Nazov knihy uz je zadany
  40. Kniha kniha1 uspesne aktualizovana
  41. Kniha null uspesne aktualizovana
  42. Kniha null uspesne aktualizovana
  43. Kniha stara uspesne aktualizovana
  44. Tests run: 13, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 2.401 sec <<< FAILURE!
  45.  
  46. Results :
  47.  
  48. Failed tests: UT04_NovaCenaCheck_1B(projekt.ProjektTest): expected:<30.0> but was:<10.0>
  49. UT06_NovyNazovCenaCheck_1B(projekt.ProjektTest): expected:<30.0> but was:<10.0>
  50. UT11_DalsiCennik_1B(projekt.ProjektTest): CHYBA EX: null
  51. UT12_NovaKnihaCheck_1B(projekt.ProjektTest): CHYBA SQL: Invalid operation at current cursor position.
  52.  
  53. Tests run: 13, Failures: 4, Errors: 0, Skipped: 0
  54.  
  55. ------------------------------------------------------------------------
  56. BUILD FAILURE
  57. ------------------------------------------------------------------------
  58. Total time: 9.059s
  59. Finished at: Tue Mar 19 18:56:23 CET 2019
  60. Final Memory: 26M/62M
  61. ------------------------------------------------------------------------
  62. Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project TestProjektA: There are test failures.
  63.  
  64. Please refer to /home/vsa/Downloads/TestProjektA/target/surefire-reports for the individual test results.
  65. -> [Help 1]
  66.  
  67. To see the full stack trace of the errors, re-run Maven with the -e switch.
  68. Re-run Maven using the -X switch to enable full debug logging.
  69.  
  70. For more information about the errors and possible solutions, please read the following articles:
  71. [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment