Community
Participate
Working Groups
RequestParameterBuffer_Test uses Assert#assertArrayEquals() which is only available in JUnit 4.x. No other test from o.e.r.rwt.test depends on JUnit 4. Is this intended?
I have removed this dependency on JUnit 4 to maintain consistency. Changes are in HEAD. However, I don't see any good reason to stay with JUnit 3. I openend bug 361066 for migrating all our tests to JUnit 4.