see Issue 88
I'm very sorry, but my fix was not totaly correct. A fully tested version
is:
@Override
public void describeMismatchSafely(Calendar actual,
Description mismatchDescription) {
mismatchDescription.appendValue(frmt.format(actual.getTime()))
.appendText(" was ").appendText(
comparison(actual.compareTo(expected))).appendText
(" ")
.appendValue(frmt.format(expected.getTime()));
};
Original issue reported on code.google.com by soma67it...@googlemail.com on 12 Jun 2009 at 12:07
Original issue reported on code.google.com by
soma67it...@googlemail.com
on 12 Jun 2009 at 12:07