From: Robert Varga Date: Fri, 28 Feb 2014 12:45:26 +0000 (+0100) Subject: Deprecate NetconfMessageHeader test class X-Git-Tag: autorelease-tag-v20140601202136_82eb3f9~361^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=fecee70f70586a8fa70f8321e34db8bb27eb4e0b Deprecate NetconfMessageHeader test class This gets rid of the deprecation warnings, as the entire test will go when NetconfMessageHeader goes. Change-Id: Icfc90299d2a9227125671ed1ce0ef56632572f4e Signed-off-by: Robert Varga --- diff --git a/opendaylight/netconf/netconf-impl/src/test/java/org/opendaylight/controller/netconf/impl/MessageHeaderTest.java b/opendaylight/netconf/netconf-impl/src/test/java/org/opendaylight/controller/netconf/impl/MessageHeaderTest.java index 959e2ff144..eb975216e2 100644 --- a/opendaylight/netconf/netconf-impl/src/test/java/org/opendaylight/controller/netconf/impl/MessageHeaderTest.java +++ b/opendaylight/netconf/netconf-impl/src/test/java/org/opendaylight/controller/netconf/impl/MessageHeaderTest.java @@ -14,6 +14,7 @@ import static org.junit.Assert.assertEquals; import org.junit.Test; import org.opendaylight.controller.netconf.util.messages.NetconfMessageHeader; +@Deprecated public class MessageHeaderTest { @Test public void testFromBytes() {