Update MRI projects for Aluminium
[openflowplugin.git] / applications / bulk-o-matic / src / test / java / org / opendaylight / openflowplugin / applications / bulk / o / matic / FlowWriterTxChainTest.java
index 6a1ec183f2bedf0f63bab364bec75aa4380ff8af..5ed37cb015852148ed74677fb77f403397298dfd 100644 (file)
@@ -64,9 +64,8 @@ public class FlowWriterTxChainTest {
     @Test
     public void testAddFlows() {
         flowWriterTxChain.addFlows(1, FLOWS_PER_DPN, 10, 10, 10, (short) 0, (short) 1, true);
-        Mockito.verify(writeTransaction, Mockito.times(FLOWS_PER_DPN)).put(ArgumentMatchers.any(),
-                ArgumentMatchers.any(), ArgumentMatchers.any(),
-                ArgumentMatchers.anyBoolean());
+        Mockito.verify(writeTransaction, Mockito.times(FLOWS_PER_DPN)).mergeParentStructurePut(ArgumentMatchers.any(),
+                ArgumentMatchers.any(), ArgumentMatchers.any());
     }
 
     @Test