Skip to content
Snippets Groups Projects
Commit 0a4dc7bd authored by Banse, Christian's avatar Banse, Christian
Browse files

fixed failed unit test because of new handleOutgoingMessage() in IOFSwitchManager

parent 669ed0c8
No related branches found
No related tags found
No related merge requests found
......@@ -1394,6 +1394,8 @@ public class OFSwitchBaseTest {
reset(switchManager);
expect(switchManager.isCategoryRegistered(category)).andReturn(true);
switchManager.handleOutgoingMessage(sw, testMessage);
expectLastCall();
replay(switchManager);
sw.write(testMessage, category);
......
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