Improve flow collection
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / services / sal / SalFlowServiceImplTest.java
index ff574865f938486b8a511fb681c59f4bc541fc5d..1fc53a1919f37fecd3976d33066716368adfced3 100644 (file)
@@ -197,6 +197,7 @@ public class SalFlowServiceImplTest extends TestCase {
 
     private void removeFlowFailCallback(short version) throws InterruptedException, ExecutionException {
         RemoveFlowInput mockedRemoveFlowInput = new RemoveFlowInputBuilder()
+                .setTableId((short)1)
                 .setMatch(match)
                 .build();