Factory tests back to stable
[openflowjava.git] / openflow-protocol-impl / src / test / java / org / opendaylight / openflowjava / protocol / impl / deserialization / factories / PortStatusMessageFactoryTest.java
index 517abaef215214397a46715ad36b86c380a344be..ddb9a794c3b6f169dc20984291f17481dc480fdd 100644 (file)
@@ -46,9 +46,8 @@ public class PortStatusMessageFactoryTest {
         Assert.assertEquals("Wrong reason", 0x01, builtByFactory.getReason().getIntValue());\r
         Assert.assertEquals("Wrong portNumber", 66051L, builtByFactory.getPortNo().longValue());\r
         Assert.assertEquals("Wrong macAddress", new MacAddress("08002700B0EB"), builtByFactory.getHwAddr());\r
-        //TODO - fix test\r
-        //Assert.assertEquals("Wrong portConfig", new PortConfig(false, true, false, true), builtByFactory.getConfig());\r
-        //Assert.assertEquals("Wrong portState", new PortState(true, false, true), builtByFactory.getState());\r
+        Assert.assertEquals("Wrong portConfig", new PortConfig(false, true, false, true), builtByFactory.getConfig());\r
+        Assert.assertEquals("Wrong portState", new PortState(false, true, true), builtByFactory.getState());\r
         Assert.assertEquals("Wrong currentFeatures", new PortFeatures(true, false, false, false,\r
                                              false, false, false, true, false, false, false, false, \r
                                              false, false, false, false), builtByFactory.getCurrentFeatures());\r