summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJannis Harder <harder@informatik.uni-luebeck.de>2011-05-05 00:49:52 +0200
committerJannis Harder <harder@informatik.uni-luebeck.de>2011-05-05 00:49:52 +0200
commit9c6ef67615a130605618b0bf88cba4f0ced30cf2 (patch)
tree31dff43cc8b66574ac3ae7e2ea2c2a627114de49 /test
parentd5560a8a6ef6e8d8a272451661605f0e58380423 (diff)
downloadJRummikub-9c6ef67615a130605618b0bf88cba4f0ced30cf2.tar
JRummikub-9c6ef67615a130605618b0bf88cba4f0ced30cf2.zip
Fixed check of displaying table in RoundControl tests
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@138 72836036-5685-4462-b002-a69064685172
Diffstat (limited to 'test')
-rw-r--r--test/jrummikub/control/RoundControlTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/jrummikub/control/RoundControlTest.java b/test/jrummikub/control/RoundControlTest.java
index 5b95ab2..66810c0 100644
--- a/test/jrummikub/control/RoundControlTest.java
+++ b/test/jrummikub/control/RoundControlTest.java
@@ -91,10 +91,10 @@ public class RoundControlTest {
}
@Test
- public void testStartRoundDisplayOnly() {
+ public void testTableDisplay() {
testRound.startRound();
checkCorrectlyDealed();
-
+ view.startTurnEvent.emit();
checkTableDisplay();
}