Bug 967: Fixed incorrect delete was addressing augmentation of augmentation 82/6782/2
authorTony Tkacik <ttkacik@cisco.com>
Wed, 7 May 2014 11:10:40 +0000 (13:10 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Wed, 14 May 2014 17:13:46 +0000 (19:13 +0200)
commitb9b7c857c35cfebcdebdb8f3488debc6332fd487
treed3a2ec8cc65aa4c293a9f5d5faa525c8e2b933ee
parentb2d51144854503513151435f164510ef0dd47b1f
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]