Fixed unit tests to take into account work on issue 289 and 287.

This commit is contained in:
Roel Spilker
2011-11-01 00:53:21 +01:00
parent 58f0117d20
commit 2fcfc4c3dc
22 changed files with 53 additions and 67 deletions
@@ -13,7 +13,7 @@
return true;
if ((! (o instanceof DataIgnore)))
return false;
final DataIgnore other = (DataIgnore) o;
final @java.lang.SuppressWarnings("all") DataIgnore other = (DataIgnore) o;
if ((! other.canEqual((java.lang.Object) this)))
return false;
if ((this.getX() != other.getX()))