Add support for identity-ref config attributes to config/netconf subsystem
[controller.git] / opendaylight / config / yang-jmx-generator-plugin / src / test / java / org / opendaylight / controller / config / yangjmxgenerator / plugin / ModuleMXBeanEntryPluginTest.java
index b457216480b0ce062ddc5084a9e3c084e42aa11d..473b245f25c96ee2aa42cff60ef881a1d3825752 100644 (file)
@@ -130,7 +130,7 @@ public class ModuleMXBeanEntryPluginTest extends ModuleMXBeanEntryTest {
                         is(true));
                 assertThat(peerTO.getFullyQualifiedName(), is(PACKAGE_NAME
                         + ".Peer"));
-                assertThat(peerTO.getMethods().size(), is(4));
+                assertThat(peerTO.getMethods().size(), is(5));
                 Method getPort = findFirstMethodByName(peerTO.getMethods(),
                         "getPort");
                 assertNotNull(getPort);