[COLLECTIONS 714] Add tests#78
Conversation
|
Since the tests fail, please decorate the methods with @ignore("COLLECTIONS-714") |
|
The I have given project maintainers edit access to this pull request, so feel free to push any changes you desire directly to the |
|
@rohanpadhye You are not mistaken indeed. Commons Collections needs a port to JUnit 4 for |
|
You can add a prefix of X for those test cases as the JUnit will be looking for the methods starting with test. |
Don't do that, that's why one uses |
Adding two tests that demonstrate the bug reported in COLLECTIONS-714. The tests currently fail, since I don't have a fix for the bug.