Skip to content

Commit 7837805

Browse files
committed
re-enable now passing creator test
1 parent aafba87 commit 7837805

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/java/com/fasterxml/jackson/databind/deser/creators/TestCreators.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import java.math.BigInteger;
55
import java.util.*;
66

7-
import org.junit.jupiter.api.Disabled;
87
import org.junit.jupiter.api.Test;
98

109
import com.fasterxml.jackson.annotation.*;
@@ -420,11 +419,7 @@ public void testStringFactoryAlt() throws Exception
420419
assertEquals(str, bean.value);
421420
}
422421

423-
// 18-May-2024, tatu: Need to disable for now wrt [databind#4515]:
424-
// handling seems inconsistent wrt Constructor/Factory precedence,
425-
// will tackle at a later point -- this is the last JDK8 fail
426422
@Test
427-
@Disabled
428423
public void testConstructorAndFactoryCreator() throws Exception
429424
{
430425
CreatorBeanWithBoth bean = MAPPER.readValue

0 commit comments

Comments
 (0)