Fix some warnings in tests

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@567 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Ida Massow 2011-06-22 01:54:00 +02:00
parent 61a5d322ba
commit ea8a675cee
3 changed files with 140 additions and 210 deletions

View file

@ -21,6 +21,9 @@ import jrummikub.view.MockView;
import org.junit.Before;
import org.junit.Test;
/**
* Tests for network round control
*/
public class NetworkRoundControlTest {
private MockConnectionControl connectionControl;
private MockView view;
@ -29,6 +32,7 @@ public class NetworkRoundControlTest {
private GameSettings gameSettings;
/** */
@Before
public void setup() {
AIControl.useBackgroundThread = false;