new serialization factories and tests
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / serialization / factories / GetaAsyncRequestMessageFactoryTest.java
index 902afdbf08348d03654eb6067447dbbb9045a330..fa63cdabd3f437c7f85ea4e4507ed26f4af70f5a 100644 (file)
@@ -19,11 +19,11 @@ public class GetaAsyncRequestMessageFactoryTest {
     private static final int MESSAGE_LENGTH = 8;\r
     \r
     /**\r
-     * Testing of {@link GetaAsyncRequestMessageFactory} for correct translation from POJO\r
+     * Testing of {@link GetAsyncRequestMessageFactory} for correct translation from POJO\r
      * @throws Exception \r
      */\r
     @Test\r
-    public void testGetaAsyncReques() throws Exception {\r
+    public void testGetAsyncReques() throws Exception {\r
         GetAsyncInputBuilder builder = new GetAsyncInputBuilder();\r
         BufferHelper.setupHeader(builder);\r
         GetAsyncInput message = builder.build();\r