Bug 967: Fixed incorrect delete was addressing augmentation 46/7046/2
authorTony Tkacik <ttkacik@cisco.com>
Wed, 7 May 2014 11:10:40 +0000 (13:10 +0200)
committerEd Warnicke <eaw@cisco.com>
Thu, 15 May 2014 20:38:57 +0000 (15:38 -0500)
commit7876e9491b8b331ba2cf48e3b9a8c1d3971855e5
treebbb3a999f124232301ec13e89db3c4bc61e5f4cf
parent977a0c581877b080df90af1604c941cb10ed1437
Bug 967: Fixed incorrect delete was addressing  augmentation

of augmentation

DataNormalizationOperation was constructed incorrectly, if augmentation
was already augmented, which leaded to incorrect construction of instance
identifier for delete.

Patchset 2: Fixed normalization in cases of mixin inside mixin
e.g. augmentation containing choice with cases.

Change-Id: I580e5dfe41ce504775ac454b66368037f4d707bb
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
opendaylight/md-sal/sal-binding-dom-it/src/test/java/org/opendaylight/controller/sal/binding/test/bugfix/DeleteNestedAugmentationListenParentTest.java [new file with mode: 0644]
opendaylight/md-sal/sal-common-impl/src/main/java/org/opendaylight/controller/md/sal/common/impl/util/compat/DataNormalizationOperation.java
opendaylight/md-sal/sal-common-impl/src/main/java/org/opendaylight/controller/md/sal/common/impl/util/compat/DataSchemaContainerProxy.java [new file with mode: 0644]