commit | cc9ac30af6ba4ef4324e0cea94f118d3aaec3599 | [log] [tgz] |
---|---|---|
author | janani b <janani.b@huawei.com> | Thu Mar 24 12:43:48 2016 +0530 |
committer | Gerrit Code Review <gerrit@onlab.us> | Fri Mar 25 00:38:41 2016 +0000 |
tree | e003f341a851c511f12be494a22b8bbbff2d26d2 | |
parent | cc137a9058def6ffc690fcb317e612fe67a60bc4 [diff] [blame] |
Defect fix for YANG revision Change-Id: I6af5e82122629ea69c40b4fc3159bc7712d8293d
diff --git a/utils/yangutils/src/test/resources/RevisionAbsence.yang b/utils/yangutils/src/test/resources/RevisionAbsence.yang new file mode 100644 index 0000000..eb1d1d9 --- /dev/null +++ b/utils/yangutils/src/test/resources/RevisionAbsence.yang
@@ -0,0 +1,5 @@ +module Test { +yang-version 1; +namespace urn:ietf:params:xml:ns:yang:ietf-ospf; +prefix test; +}