From fecee70f70586a8fa70f8321e34db8bb27eb4e0b Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 28 Feb 2014 13:45:26 +0100 Subject: [PATCH] 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 --- .../opendaylight/controller/netconf/impl/MessageHeaderTest.java | 1 + 1 file changed, 1 insertion(+) 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() { -- 2.36.6