File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
src/test/java/com/fasterxml/jackson/databind/deser/creators Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 44import java .math .BigInteger ;
55import java .util .*;
66
7- import org .junit .jupiter .api .Disabled ;
87import org .junit .jupiter .api .Test ;
98
109import 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
You can’t perform that action at this time.
0 commit comments