Danielededo / SagradaFamilia

Software Engineering Project 2017/2018 @Polimi
Apache License 2.0
1 stars 0 forks source link

Test issues #4

Closed valerio-castelli closed 6 years ago

valerio-castelli commented 6 years ago

Good afternoon, There is an issue with your pom.xml configuration that prevents Jenkins from successfully identifying and building your tests. Please follow the "junit 5 maven" guide that you can find on Google to fix the pom and make sure that you are able to run your tests within IntelliJ using a maven build configuration with "test" as goal.

ingconti commented 6 years ago

you did not read since 7 days. pls fix ASAP.

Danielededo commented 6 years ago

I've updated pom.xml on Saturday. The tests works on us with the maven build config.

ingconti commented 6 years ago

Now You have:

[ERROR] /var/jenkins_home/workspace/LM15/src/main/java/it/polimi/ingsw/game/Round.java:[19,25] constructor Turn in class it.polimi.ingsw.game.Turn cannot be applied to given types;

Danielededo commented 6 years ago

We fixed it.

Danielededo commented 6 years ago

Are there other errors ?

valerio-castelli commented 6 years ago

Fixed, no other issues