JUnit 3.8.2って…

何気にエラー箇所がわかりやすくなってた。


junit.framework.ComparisonFailure: expected:<...号=10000000, 種別=[1], 開始日...> but was:<...号=10000000, 種別=[0], 開始...>
at junit.framework.Assert.assertEquals(Assert.java:81)
at junit.framework.Assert.assertEquals(Assert.java:87)
間違いの部分が[]で囲まれてる。


変更履歴から。

The changes between 3.8.1 and 3.8.2 are minimal, and the focus was on fixing the accumulated bug reports. The most significant change is replacing the much-reviled string comparison format with something easier to read and use.

やっぱり見にくいよな…。


追記
4.1も出てるなぁ。