mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 18:18:22 +00:00
fix testBothArgsNull equivalence test
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@996710 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4141411e3a
commit
857cf0714d
@ -415,7 +415,7 @@ public void testOneArgNull() {
|
||||
|
||||
@Test
|
||||
public void testBothArgsNull() {
|
||||
assertFalse(AnnotationUtils.equals(field1.getAnnotation(TestAnnotation.class), null));
|
||||
assertTrue(AnnotationUtils.equals(null, null));
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user