BUG-4688: eliminate SimpleDateFormatUtil.DEFAULT_DATE_REV
[yangtools.git] / yang / yang-parser-impl / src / test / resources / stmt-test / augments / multiple-augment-root.yang
index 5ec75d342b24b98f1a3f68e5e7f1fbe383b4cb23..d27d804051bb49ee85ee19475ab674447435d11a 100644 (file)
@@ -3,9 +3,9 @@ module multiple-augment-root {
     namespace "multiple-augment-root";
     prefix root;
 
-    import multiple-augment-imported { prefix imp; revision-date 1970-01-01; }
+    import multiple-augment-imported { prefix imp; }
 
-    include multiple-augment-submodule { revision-date 1970-01-01; }
+    include multiple-augment-submodule;
 
     augment /imp:root-container/imp:container-from-grp1/imp:sub-container-from-grp1/imp:container-in-uses-augment/imp:sub-container-from-augment2 {
         container sub-container-from-augment3 {