Do not rely on union char[] values 52/73952/2
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 11 Jul 2018 18:47:21 +0000 (20:47 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 11 Jul 2018 19:08:46 +0000 (21:08 +0200)
commit461862e4d2d7a509e44be8bff59720ef259ef546
tree60dbc79e78b647bb33c03b8867f25feb2efb3cc3
parent50728314406a58d5b6958339f09b86160c06e674
Do not rely on union char[] values

This removes the dependency on synthetic getValue() and the union
constructor for JMX.

Change-Id: I46eaa2922e8cc83505a3198a9b29561f8ab1b32a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/mdsal-netconf-notification/src/test/java/org/opendaylight/controller/config/yang/netconf/mdsal/notification/SessionNotificationProducerTest.java
netconf/netconf-impl/src/test/java/org/opendaylight/netconf/impl/NetconfServerSessionTest.java
netconf/netconf-impl/src/test/java/org/opendaylight/netconf/impl/osgi/NetconfCapabilityMonitoringServiceTest.java
netconf/netconf-impl/src/test/java/org/opendaylight/netconf/impl/osgi/NetconfSessionMonitoringServiceTest.java