nepp1d0 / sagrada

Final project for Software Engineering course
0 stars 0 forks source link

Some tests are failing #4

Closed michele-bertoni closed 6 years ago

michele-bertoni commented 6 years ago
Test Name Duration Age
it.polimi.ingsw.GameManagerTest.reconnectPlayer Stack Tracejava.lang.NullPointerException at it.polimi.ingsw.GameManagerTest.reconnectPlayer(GameManagerTest.java:74)  Standard Output Standard Error 16 ms 2
it.polimi.ingsw.GameManagerTest.disconnectPlayer Stack Tracejava.lang.NullPointerException at it.polimi.ingsw.GameManagerTest.disconnectPlayer(GameManagerTest.java:48)  Standard Output Standard Error 4 ms 2
it.polimi.ingsw.model.DiceBagTest.addDie Stack Tracejava.lang.NullPointerException at it.polimi.ingsw.model.DiceBagTest.addDie(DiceBagTest.java:28) 40 ms 2
it.polimi.ingsw.model.DiceBagTest.draftDie Stack Tracejava.lang.NullPointerException at it.polimi.ingsw.model.DiceBagTest.draftDie(DiceBagTest.java:15) 11 ms 2
it.polimi.ingsw.model.RoundTrackTest.replaceDie Error Detailsexpected: <Die{number=5, color=GREEN}> but was: <Die{number=6, color=PURPLE}> Stack Trace 1 ms 2
martinabellinipoli commented 6 years ago

Good afternoon, all tests should be working now.

michele-bertoni commented 6 years ago

Fixed.