Bug 8307: Add the option for activating deviation statements
[yangtools.git] / yang / yang-parser-impl / src / test / resources / deviation-resolution-test / foo-invalid-deviation-path.yang
index c0684413da78ac5cf23ec83531ca695d205eaa31..21ef9590426253d38260bb353864fea2cb3e5fd7 100644 (file)
@@ -2,9 +2,14 @@ module foo {
     namespace foo;
     prefix foo;
 
+    import bar {
+        prefix bar;
+        revision-date 2017-01-20;
+    }
+
     revision 2017-01-20;
 
-    deviation "/invalid/path" {
+    deviation "/bar:invalid/bar:path" {
         deviate not-supported;
     }