Fixed a compilation issue inside FlowPusherTest after some API changes
to the FlowPusher.
NOTE: There are two more issues inside FlowPusherTest and FlowSynchronizerTest,
but those will be fixed separately.
diff --git a/src/test/java/net/onrc/onos/ofcontroller/flowprogrammer/FlowPusherTest.java b/src/test/java/net/onrc/onos/ofcontroller/flowprogrammer/FlowPusherTest.java
index 3367d6f..9ad0f73 100644
--- a/src/test/java/net/onrc/onos/ofcontroller/flowprogrammer/FlowPusherTest.java
+++ b/src/test/java/net/onrc/onos/ofcontroller/flowprogrammer/FlowPusherTest.java
@@ -468,7 +468,7 @@
 		endInitMock();
 		initPusher(1);
 
-		pusher.add(sw, flowEntry1);
+		pusher.pushFlowEntry(sw, flowEntry1);
 		
 		try {
 			Thread.sleep(1000);