Fix context chain closing
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / rpc / RpcContextImplTest.java
index 74bfdc3cb8550275bcac9a4d19030618e593091b..5fdaa36c2cbeb4a73215e3a48e8856d84f81a547 100644 (file)
@@ -14,7 +14,6 @@ import static org.mockito.Mockito.verify;
 import static org.mockito.Mockito.when;
 
 import org.junit.Before;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.mockito.Mock;
@@ -157,9 +156,7 @@ public class RpcContextImplTest {
         assertEquals(serviceInstance,temp);
     }
 
-    //TODO: RPCServices should be removed on event from singleton service
     @Test
-    @Ignore
     public void testClose() {
         serviceClass = TestRpcService.class;
         when(routedRpcReg.getServiceType()).thenReturn(serviceClass);