Add GameSettings with the initial meld threshold

git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@251 72836036-5685-4462-b002-a69064685172
This commit is contained in:
Matthias Schiffer 2011-05-18 16:02:23 +02:00
parent 0b252810c9
commit 5169f31af0
7 changed files with 77 additions and 10 deletions

View file

@ -15,7 +15,7 @@ public class RoundStateTest {
/** */
@Before
public void createGame() {
testGame = new RoundState();
testGame = new RoundState(new GameSettings());
}
/** */