Bug 5596 Cleaning part 1
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / device / DeviceStateImplTest.java
index 5170dd75d64d088b0ace332bd524ef9f36e966c4..071743ba3e451b30b8c940964edea9ed4b7b713b 100644 (file)
@@ -32,17 +32,7 @@ public class DeviceStateImplTest {
 
     @Before
     public void initialization() {
-        deviceState = new DeviceStateImpl(deviceInfo);
-    }
-
-    @Test
-    public void testIsValid_initialValue(){
-        Assert.assertFalse(deviceState.isValid());
-    }
-
-    @Test
-    public void testDeviceSynchronized_initialValue(){
-        Assert.assertFalse(deviceState.deviceSynchronized());
+        deviceState = new DeviceStateImpl();
     }
 
     @Test