Skip to content
Snippets Groups Projects
Commit baaf2e56 authored by Mandeep Dhami's avatar Mandeep Dhami
Browse files

Updated unite test for flush

parent 2bd9894d
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,8 @@ public class StaticFlowEntryPusherTest extends FloodlightTestCase {
expectLastCall().anyTimes();
mockSwitch.write(capture(writeCaptureList), capture(contextCapture));
expectLastCall().anyTimes();
mockSwitch.flush();
expectLastCall().anyTimes();
MockFloodlightProvider mockFloodlightProvider = getMockFloodlightProvider();
Map<Long, IOFSwitch> switchMap = new HashMap<Long, IOFSwitch>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment