BUG-4688: eliminate SimpleDateFormatUtil.DEFAULT_DATE_REV
[yangtools.git] / yang / yang-data-codec-xml / src / test / java / org / opendaylight / yangtools / yang / data / codec / xml / Bug8745Test.java
index 7c651935c0a297bc2da69f05e32f260d94cc848a..6661c09806627e8e07a1cdedf1e6be863c411940 100644 (file)
@@ -45,7 +45,7 @@ public class Bug8745Test {
     @Test
     public void testParsingAttributes() throws Exception {
         final SchemaContext schemaContext = YangParserTestUtils.parseYangResource("/bug8745/foo.yang");
-        final QName contWithAttributes = QName.create("foo", "1970-01-01", "cont-with-attributes");
+        final QName contWithAttributes = QName.create("foo", "cont-with-attributes");
         final ContainerSchemaNode contWithAttr = (ContainerSchemaNode) SchemaContextUtil.findDataSchemaNode(
                 schemaContext, SchemaPath.create(true, contWithAttributes));