Implement tableDifference (and fix test...)
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@144 72836036-5685-4462-b002-a69064685172
This commit is contained in:
parent
f5075789fa
commit
7ee737f0d3
2 changed files with 19 additions and 6 deletions
|
@ -227,7 +227,6 @@ public class RoundControlTest {
|
|||
newTable.drop(newSet2, new Position(0, 0));
|
||||
|
||||
Set<Stone> expectedStones = new HashSet<Stone>();
|
||||
expectedStones.add(blueTwo);
|
||||
expectedStones.add(blueThree);
|
||||
expectedStones.add(blueFour);
|
||||
|
||||
|
|
Reference in a new issue