corrected junit message
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1382392 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bd74955a01
commit
60591597c5
|
@ -1149,7 +1149,7 @@ public abstract class AbstractCollectionTest<E> extends AbstractObjectTest {
|
|||
|
||||
try {
|
||||
getCollection().retainAll(null);
|
||||
fail("removeAll should raise UnsupportedOperationException");
|
||||
fail("retainAll should raise UnsupportedOperationException");
|
||||
} catch (UnsupportedOperationException e) {
|
||||
// expected
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue