Revert "Revert "Updated SchemaNodeIdentifier namespace handling.""
[yangtools.git] / yang / yang-parser-impl / src / test / resources / stmt-test / augments / multiple-augment-imported.yang
index 0d030b23fad18061cd0a621d5163b6c68a367b27..26ec3c8978eb47fea6c0e5d44f5befdb9f2794af 100644 (file)
@@ -3,10 +3,6 @@ module multiple-augment-imported {
     namespace "multiple-augment-imported";
     prefix imp;
 
-    augment /root-container/container-from-grp1/sub-container-from-grp1/container-in-uses-augment/sub-container-from-augment2/sub-container-from-augment3 {
-        container sub-container-from-augment4 {
-        }
-    }
 
     container root-container {
         uses grp1 {
@@ -29,11 +25,6 @@ module multiple-augment-imported {
         }
     }
 
-    augment /root-container/added-container-1 {
-        container added-container-2 {
-        }
-    }
-
     grouping grp2 {
         container container-from-grp2 {
             container sub-container-from-grp2 {
@@ -51,10 +42,10 @@ module multiple-augment-imported {
         container sub-container-from-augment2 {
         }
     }
-    
+
     grouping grp-from-import {
         container container-from-grp-from-import {
-            
+
         }
     }
 }