Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cd /home/vsa/Downloads/TestProjektA; JAVA_HOME=/usr/lib/jvm/java-8-oracle /usr/local/netbeans-8.1/java/maven/bin/mvn clean install
- Scanning for projects...
- ------------------------------------------------------------------------
- Building TestProjektA 1.0
- ------------------------------------------------------------------------
- --- maven-clean-plugin:2.4.1:clean (default-clean) @ TestProjektA ---
- Deleting /home/vsa/Downloads/TestProjektA/target
- --- maven-resources-plugin:2.5:resources (default-resources) @ TestProjektA ---
- [debug] execute contextualize
- Using 'UTF-8' encoding to copy filtered resources.
- Copying 1 resource
- --- maven-compiler-plugin:2.3.2:compile (default-compile) @ TestProjektA ---
- Compiling 2 source files to /home/vsa/Downloads/TestProjektA/target/classes
- --- maven-resources-plugin:2.5:testResources (default-testResources) @ TestProjektA ---
- [debug] execute contextualize
- Using 'UTF-8' encoding to copy filtered resources.
- skip non existing resourceDirectory /home/vsa/Downloads/TestProjektA/src/test/resources
- --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ TestProjektA ---
- Compiling 1 source file to /home/vsa/Downloads/TestProjektA/target/test-classes
- --- maven-surefire-plugin:2.10:test (default-test) @ TestProjektA ---
- Surefire report directory: /home/vsa/Downloads/TestProjektA/target/surefire-reports
- -------------------------------------------------------
- T E S T S
- -------------------------------------------------------
- Running projekt.ProjektTest
- [EL Info]: 2019-03-19 18:56:22.962--ServerSession(485937598)--EclipseLink, version: Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd
- [EL Info]: connection: 2019-03-19 18:56:23.12--ServerSession(485937598)--file:/home/vsa/Downloads/TestProjektA/target/classes/_projektPU login successful
- Kniha nova uspesne pridana
- Kniha stara uspesne aktualizovana
- Kniha kniha1 uspesne aktualizovana
- Nazov knihy uz je zadany
- Kniha kniha1 uspesne aktualizovana
- Kniha null uspesne aktualizovana
- Kniha null uspesne aktualizovana
- Kniha stara uspesne aktualizovana
- Tests run: 13, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 2.401 sec <<< FAILURE!
- Results :
- Failed tests: UT04_NovaCenaCheck_1B(projekt.ProjektTest): expected:<30.0> but was:<10.0>
- UT06_NovyNazovCenaCheck_1B(projekt.ProjektTest): expected:<30.0> but was:<10.0>
- UT11_DalsiCennik_1B(projekt.ProjektTest): CHYBA EX: null
- UT12_NovaKnihaCheck_1B(projekt.ProjektTest): CHYBA SQL: Invalid operation at current cursor position.
- Tests run: 13, Failures: 4, Errors: 0, Skipped: 0
- ------------------------------------------------------------------------
- BUILD FAILURE
- ------------------------------------------------------------------------
- Total time: 9.059s
- Finished at: Tue Mar 19 18:56:23 CET 2019
- Final Memory: 26M/62M
- ------------------------------------------------------------------------
- Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project TestProjektA: There are test failures.
- Please refer to /home/vsa/Downloads/TestProjektA/target/surefire-reports for the individual test results.
- -> [Help 1]
- To see the full stack trace of the errors, re-run Maven with the -e switch.
- Re-run Maven using the -X switch to enable full debug logging.
- For more information about the errors and possible solutions, please read the following articles:
- [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment