X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-rest-connector%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Frestconf%2Fimpl%2Fxml%2Fto%2Fcnsn%2Ftest%2FXmlLeafrefToCnSnTest.java;h=6c11bc1861995879818ce31b3d6d75696c2decf7;hb=refs%2Fchanges%2F27%2F8927%2F3;hp=e5b0bf507d03212bf2efedaaa18cc2f28f734567;hpb=aefe82b158bc1694fe633053d04f2364bcbe67d9;p=controller.git diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/xml/to/cnsn/test/XmlLeafrefToCnSnTest.java b/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/xml/to/cnsn/test/XmlLeafrefToCnSnTest.java index e5b0bf507d..6c11bc1861 100644 --- a/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/xml/to/cnsn/test/XmlLeafrefToCnSnTest.java +++ b/opendaylight/md-sal/sal-rest-connector/src/test/java/org/opendaylight/controller/sal/restconf/impl/xml/to/cnsn/test/XmlLeafrefToCnSnTest.java @@ -13,7 +13,6 @@ import static org.junit.Assert.assertTrue; import java.util.List; import java.util.Set; - import org.junit.Ignore; import org.junit.Test; import org.opendaylight.controller.sal.rest.impl.XmlToCompositeNodeProvider; @@ -30,8 +29,7 @@ public class XmlLeafrefToCnSnTest { private static final Logger LOG = LoggerFactory.getLogger(XmlLeafrefToCnSnTest.class); /** - * top level element represents container. second level element is list with - * two elements. + * top level element represents container. second level element is list with two elements. */ @Test public void testXmlDataContainer() { @@ -202,8 +200,7 @@ public class XmlLeafrefToCnSnTest { /** * - * Test case like identity + * Test case like identity */ @Test @@ -214,8 +211,7 @@ public class XmlLeafrefToCnSnTest { /** * - * Test case like identity + * Test case like identity */ @Test public void testIdentityrefDefaultNmspcInParrentElement() { @@ -225,8 +221,7 @@ public class XmlLeafrefToCnSnTest { /** * - * Test case like - * x:identity + * Test case like x:identity */ @Ignore @Test @@ -237,8 +232,7 @@ public class XmlLeafrefToCnSnTest { /** * - * Test case like (without namespace in xml) x:identity - * + * Test case like (without namespace in xml) x:identity */ @Test public void testIdentityrefNoNmspcValueWithPrefix() { @@ -248,8 +242,7 @@ public class XmlLeafrefToCnSnTest { /** * - * Test case like (without namespace in xml) identity - * + * Test case like (without namespace in xml) identity */ @Test public void testIdentityrefNoNmspcValueWithoutPrefix() { @@ -322,8 +315,8 @@ public class XmlLeafrefToCnSnTest { assertEquals((short) 100, cont1_lf11.getValue()); } - private void testIdentityrefToCnSn(final String xmlPath, final String yangPath, final String moduleName, final String schemaName, - final int moduleCount, final String resultLocalName, final String resultNamespace) { + private void testIdentityrefToCnSn(final String xmlPath, final String yangPath, final String moduleName, + final String schemaName, final int moduleCount, final String resultLocalName, final String resultNamespace) { CompositeNode compositeNode = TestUtils.readInputToCnSn(xmlPath, false, XmlToCompositeNodeProvider.INSTANCE); assertNotNull(compositeNode);