summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJannis Harder <harder@informatik.uni-luebeck.de>2011-05-05 01:08:40 +0200
committerJannis Harder <harder@informatik.uni-luebeck.de>2011-05-05 01:08:40 +0200
commit866197f315c166ba4085a488b4b95a804506eef4 (patch)
treecbec5a9a21f76aebe859795730693bb483b8dbaf
parent9c6ef67615a130605618b0bf88cba4f0ced30cf2 (diff)
downloadJRummikub-866197f315c166ba4085a488b4b95a804506eef4.tar
JRummikub-866197f315c166ba4085a488b4b95a804506eef4.zip
Stop timer in all round control tests
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@139 72836036-5685-4462-b002-a69064685172
-rw-r--r--test/jrummikub/control/RoundControlTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/jrummikub/control/RoundControlTest.java b/test/jrummikub/control/RoundControlTest.java
index 66810c0..caefb1f 100644
--- a/test/jrummikub/control/RoundControlTest.java
+++ b/test/jrummikub/control/RoundControlTest.java
@@ -96,6 +96,7 @@ public class RoundControlTest {
checkCorrectlyDealed();
view.startTurnEvent.emit();
checkTableDisplay();
+ view.getPlayerPanel().endTurnEvent.emit();
}
@Test