Add stone dealing to RoundControl and fix some tests... again.
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@160 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
511b1139ea
commit
55b19cef1d
3 changed files with 7 additions and 4 deletions
|
@ -67,7 +67,7 @@ public class RoundControlTest {
|
|||
private void checkTableDisplay() {
|
||||
Iterator<Pair<StoneSet, Position>> stoneSetsView = view.tablePanel.stoneSets
|
||||
.iterator();
|
||||
Iterator<Pair<StoneSet, Position>> stoneSetsModel = testGameState.table.sets
|
||||
Iterator<Pair<StoneSet, Position>> stoneSetsModel = testGameState.table.clone().sets
|
||||
.iterator();
|
||||
|
||||
while (stoneSetsView.hasNext()) {
|
||||
|
|
Reference in a new issue