Add ClientBackedTransaction allocation recording
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / databroker / ClientBackedTransactionChainTest.java
index dab278635f837f479a93d02d1228e41bb3fa9a60..2238bc4aebc1ab9fe1cafab4a84aa39dfd13f1b9 100644 (file)
@@ -49,7 +49,7 @@ public class ClientBackedTransactionChainTest {
         Mockito.when(history.takeSnapshot()).thenReturn(snapshot);
         Mockito.when(history.createTransaction()).thenReturn(transaction);
 
-        chain = new ClientBackedTransactionChain(history);
+        chain = new ClientBackedTransactionChain(history, false);
     }
 
     @Test