BUG-4688: eliminate SimpleDateFormatUtil.DEFAULT_DATE_REV
[yangtools.git] / yang / yang-data-codec-xml / src / test / java / org / opendaylight / yangtools / yang / data / codec / xml / Bug8803Test.java
index c0a9f657cfd4fb192d1cadf409ccea9a2d89f02f..b4a3fd970f73312ef0fc11896e6a97d237f55f65 100644 (file)
@@ -36,7 +36,7 @@ public class Bug8803Test {
     @Test
     public void test() throws Exception {
         final SchemaContext schemaContext = YangParserTestUtils.parseYangResourceDirectory("/bug8803");
-        final SchemaPath topContPath = SchemaPath.create(true, QName.create("foo-ns", "1970-01-01", "top-cont"));
+        final SchemaPath topContPath = SchemaPath.create(true, QName.create("foo-ns", "top-cont"));
         final SchemaNode dataSchemaNode = SchemaContextUtil.findDataSchemaNode(schemaContext, topContPath);
         assertTrue(dataSchemaNode instanceof ContainerSchemaNode);
         final ContainerSchemaNode topContSchema = (ContainerSchemaNode) dataSchemaNode;