commit | cfa1c41f0abf3b3d3c152a2551d8f87e836b9753 | [log] [tgz] |
---|---|---|
author | Gaurav Agrawal <gaurav.agrawal@huawei.com> | Tue May 03 00:41:48 2016 +0530 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed May 04 17:14:45 2016 +0000 |
tree | b757998a80dab1dabbcb4a319650a6ee7dc7490c | |
parent | 7b93ceb0a0ad1b077504c5503c7eedae3e16d37c [diff] [blame] |
YANG: Restriction resolution implementation Change-Id: I69503e8229def07b289a0c8c762bfe0ae5530232
diff --git a/utils/yangutils/src/test/resources/SelfResolutionWhenUsesAndGroupingAtRootLevelGroupingWithChild.yang b/utils/yangutils/src/test/resources/SelfResolutionWhenUsesAndGroupingAtRootLevelGroupingWithChild.yang index f4f12b0..13cc4a5 100644 --- a/utils/yangutils/src/test/resources/SelfResolutionWhenUsesAndGroupingAtRootLevelGroupingWithChild.yang +++ b/utils/yangutils/src/test/resources/SelfResolutionWhenUsesAndGroupingAtRootLevelGroupingWithChild.yang
@@ -4,12 +4,12 @@ prefix Ant; uses treat; grouping treat { - leaf treat{ - type String; + leaf treat{ + type string; } container test{ leaf leaf2{ - type String; + type string; } } }