mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 11:26:44 -04:00
Removed a deprecated method.
This commit is contained in:
@@ -1122,7 +1122,7 @@ public abstract class CollectionAbstractTest extends ObjectAbstractTest {
|
||||
resetEmpty();
|
||||
Object[] a = new Object[] { new Object(), null, null };
|
||||
Object[] array = collection.toArray(a);
|
||||
assertEquals("Given array shouldn't shrink", array, a);
|
||||
assertArrayEquals("Given array shouldn't shrink", array, a);
|
||||
assertEquals("Last element should be set to null", a[0], null);
|
||||
verifyAll();
|
||||
|
||||
|
Reference in New Issue
Block a user