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
@@ -25,7 +25,7 @@
return true;
if ((! (o instanceof GetterLazyEahcToString)))
return false;
final GetterLazyEahcToString other = (GetterLazyEahcToString) o;
final @java.lang.SuppressWarnings("all") GetterLazyEahcToString other = (GetterLazyEahcToString) o;
if ((! other.canEqual((java.lang.Object) this)))
return false;
if (((this.getValue() == null) ? (other.getValue() != null) : (! this.getValue().equals((java.lang.Object) other.getValue()))))