Yang parser refactoring.
[yangtools.git] / code-generator / binding-generator-impl / src / test / resources / augment-relative-xpath-models / augment-abstract-topology@2013-05-03.yang
index 4ffe7233d3a7a924644dae5ef50a38b21dc6d218..c9c368d536f7616042cba649259ef66d4c80e21f 100644 (file)
@@ -25,7 +25,7 @@ module augment-abstract-topology {
         reference "http://www.opendaylight.org/";
     }
 
-    augment "at:topology" {
+    augment "/at:topology" {
         container interfaces {
             list interface {
                 key "interface-id";
@@ -45,7 +45,7 @@ module augment-abstract-topology {
         }
     }
 
-    augment "at:topology/at:network-links/at:network-link" {
+    augment "/at:topology/at:network-links/at:network-link" {
         container tunnels {
             list tunnel {
                 key "tunnel-id";
@@ -59,7 +59,7 @@ module augment-abstract-topology {
         }
     }
 
-    augment "at:topology/at:network-links/at:network-link" {
+    augment "/at:topology/at:network-links/at:network-link" {
         leaf interface {
             type leafref {
                 path "../atp:interfaces/atp:interface/atp:interface-id";