Xpath linking issue
Change-Id: Iac26185641cd423eceade2e8fecebf8efcc177d7
diff --git a/compiler/plugin/maven/src/test/resources/multipleaugment/ietf-otn-topology-test@2017-10-30.yang b/compiler/plugin/maven/src/test/resources/multipleaugment/ietf-otn-topology-test@2017-10-30.yang
new file mode 100644
index 0000000..092719e
--- /dev/null
+++ b/compiler/plugin/maven/src/test/resources/multipleaugment/ietf-otn-topology-test@2017-10-30.yang
@@ -0,0 +1,26 @@
+module ietf-otn-topology-test {
+ yang-version 1.1;
+
+ namespace "urn:ietf:params:xml:ns:yang:ietf-otn-topology-test";
+ prefix "otntopo";
+
+ import ietf-network-test {
+ prefix "nw";
+ }
+
+ import ietf-te-topology-test {
+ prefix "tet";
+ }
+
+ revision 2017-10-30 {
+ }
+
+ augment "/nw:networks/nw:network/nw:node/tet:te/"
+ + "tet:te-node-attributes/tet:connectivity-matrices/"
+ + "tet:connectivity-matrix/tet:path-constraints/"
+ + "tet:te-bandwidth/tet:technology" {
+ leaf sample {
+ type string;
+ }
+ }
+}