Increased unit test coverage for the rest of deserialization factories
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / deserialization / factories / multipart / MultipartReplyExperimenterTest.java
index 61110453433c9cfd00cfdde0633ad96094158084..6e4de3f9271df006c907d11f505c75fa446aeb02 100644 (file)
@@ -40,18 +40,8 @@ public class MultipartReplyExperimenterTest {
     @Test\r
     public void testMultipartReplyExperimenter() {\r
         factory.injectDeserializerRegistry(registry);\r
-        ByteBuf bb = BufferHelper.buildBuffer("FF FF 00 01 00 00 00 00 "+\r
-                                              "00 00 00 0F "+// types\r
-                                              "00 00 00 0F "+// capabilities\r
-                                              "00 00 00 01 "+// max groups\r
-                                              "00 00 00 02 "+// max groups\r
-                                              "00 00 00 03 "+// max groups\r
-                                              "00 00 00 04 "+// max groups\r
-                                              "0F FF 98 01 "+// actions bitmap (all actions included)\r
-                                              "00 00 00 00 "+// actions bitmap (no actions included)\r
-                                              "00 00 00 00 "+// actions bitmap (no actions included)\r
-                                              "00 00 00 00"// actions bitmap (no actions included)\r
-                                              );\r
+        ByteBuf bb = BufferHelper.buildBuffer("FF FF 00 01 00 00 00 00 "\r
+                                            + "00 00 00 01 00 00 00 02"); // expID, expType\r
         MultipartReplyMessage builtByFactory = BufferHelper.deserialize(factory, bb);\r
 \r
         BufferHelper.checkHeaderV13(builtByFactory);\r