Deprecate NetconfMessageHeader test class 99/5499/1
authorRobert Varga <rovarga@cisco.com>
Fri, 28 Feb 2014 12:45:26 +0000 (13:45 +0100)
committerRobert Varga <rovarga@cisco.com>
Fri, 28 Feb 2014 13:52:48 +0000 (14:52 +0100)
This gets rid of the deprecation warnings, as the entire test will go
when NetconfMessageHeader goes.

Change-Id: Icfc90299d2a9227125671ed1ce0ef56632572f4e
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/netconf/netconf-impl/src/test/java/org/opendaylight/controller/netconf/impl/MessageHeaderTest.java

index 959e2ff144810c2017131e8041229e86b1cabd64..eb975216e25f65f25124074be05d63071e1a8da7 100644 (file)
@@ -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() {