Fix incorrect-list-keys-test5.yang 56/106356/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 2 Jun 2023 10:32:03 +0000 (12:32 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 2 Jun 2023 10:32:44 +0000 (12:32 +0200)
This model refers to a non-existent feature, which is not what we want
to test for.

JIRA: YANGTOOLS-1514
Change-Id: I5ef42d9586d07c54b69dada8663667b4d512c0a9
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
parser/yang-parser-rfc7950/src/test/resources/rfc7950/list-keys-test/incorrect-list-keys-test5.yang

index d6c9aacec9a08293e08060a19167583e05541838..087cebf728e0d8500ee9056b5e170a9e5c922d0d 100644 (file)
@@ -7,6 +7,8 @@ module incorrect-list-keys-test5 {
         description "Bug 6855: Test for uses stmt with refine substatement";
     }
 
+    feature feature-a;
+
     grouping a {
         leaf a1 {
             type int32;
@@ -21,4 +23,4 @@ module incorrect-list-keys-test5 {
             }
         }
     }
-}
\ No newline at end of file
+}