BUG-4328: TransactionChainManager state
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / device / TransactionChainManagerTest.java
index 7478b6fae751b8ff175ab29d418e984f4c677a24..9026c60f810c9f34f9a7b9300eb457336e6d380b 100644 (file)
@@ -171,8 +171,6 @@ public class TransactionChainManagerTest {
 
         boolean attemptResult = txChainManager.attemptToRegisterHandler(readyForNewTransactionChainHandler);
         Assert.assertTrue(attemptResult);
-        //TODO: uncomment when txChainManager fixed (BUG-4328)
-        //Assert.assertEquals(TransactionChainManager.TransactionChainManagerStatus.WORKING, txChainManager.getTransactionChainManagerStatus());
 
         inOrder.verify(txChain).newWriteOnlyTransaction();
         inOrder.verify(writeTx).delete(LogicalDatastoreType.OPERATIONAL, path);