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
@@ -17,7 +17,7 @@
return true;
if ((! (o instanceof DataWithGetter)))
return false;
final DataWithGetter other = (DataWithGetter) o;
final @java.lang.SuppressWarnings("all") DataWithGetter other = (DataWithGetter) o;
if ((! other.canEqual((java.lang.Object) this)))
return false;
if ((this.getX() != other.getX()))