From 9c6ef67615a130605618b0bf88cba4f0ced30cf2 Mon Sep 17 00:00:00 2001 From: Jannis Harder Date: Thu, 5 May 2011 00:49:52 +0200 Subject: 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 --- test/jrummikub/control/RoundControlTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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(); } -- cgit v1.2.3