YANGTOOLS-678: enable empty key verification
[yangtools.git] / yang / yang-data-codec-gson / src / test / java / org / opendaylight / yangtools / yang / data / codec / gson / Bug8083Test.java
index 98858d396e4895f3e275d4bd1dbcb6f9147368d9..fb3e195c9aa162b617df3fe7dcf8034d015efebf 100644 (file)
@@ -41,7 +41,6 @@ public class Bug8083Test {
         assertNotNull(transformedInput);
     }
 
-    @Ignore("JSONEmptyCodec needs to be fixed first.")
     @Test
     public void testInstanceIdentifierPathWithEmptyListKey() throws IOException, URISyntaxException {
         final SchemaContext schemaContext = YangParserTestUtils.parseYangResource("/bug8083/yang/baz.yang");