Merge "Convert openflowplugin-it to use DTCL instead of DCL"
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / device / DeviceStateImplTest.java
index 071743ba3e451b30b8c940964edea9ed4b7b713b..f1e14daf3e6a6be64d98487fc5c403d2dcb78ed5 100644 (file)
@@ -35,11 +35,6 @@ public class DeviceStateImplTest {
         deviceState = new DeviceStateImpl();
     }
 
-    @Test
-    public void testStatPollEnabled_initialValue(){
-        Assert.assertFalse(deviceState.isStatisticsPollingEnabled());
-    }
-
     @Test
     public void testStatistics_initialValue(){
         Assert.assertFalse(deviceState.isFlowStatisticsAvailable());