X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Fnetconf-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Fimpl%2FExiEncodeDecodeTest.java;h=2fe0d5173cacce09349663f0505bd28b4edb38cd;hb=1e174be6002940e17aee31d15f8914273d30f25c;hp=31806f73e52cb215897ea59f0f2075fb46381fc6;hpb=9022d0fa776cf481564ab792c183f2495a7cdbbe;p=netconf.git diff --git a/netconf/netconf-impl/src/test/java/org/opendaylight/netconf/impl/ExiEncodeDecodeTest.java b/netconf/netconf-impl/src/test/java/org/opendaylight/netconf/impl/ExiEncodeDecodeTest.java index 31806f73e5..2fe0d5173c 100644 --- a/netconf/netconf-impl/src/test/java/org/opendaylight/netconf/impl/ExiEncodeDecodeTest.java +++ b/netconf/netconf-impl/src/test/java/org/opendaylight/netconf/impl/ExiEncodeDecodeTest.java @@ -13,9 +13,9 @@ import org.junit.Test; import org.opendaylight.netconf.api.NetconfMessage; import org.opendaylight.netconf.util.test.XmlFileLoader; -public class ExiEncodeDecodeTest { +public class ExiEncodeDecodeTest { @Test - public void encodeExi() throws Exception{ + public void encodeExi() throws Exception { String startExiString = XmlFileLoader.xmlFileToString("netconfMessages/startExi.xml"); assertNotNull(startExiString); @@ -25,7 +25,8 @@ public class ExiEncodeDecodeTest { /* ExiParameters exiParams = new ExiParameters(); - exiParams.setParametersFromXmlElement(XmlElement.fromDomElement(startExiMessage.getDocument().getDocumentElement())); + exiParams.setParametersFromXmlElement(XmlElement.fromDomElement(startExiMessage.getDocument() + .getDocumentElement())); assertNotNull(exiParams); ByteBuf encodedBuf = Unpooled.buffer();