bump the version
[dmaap/messagerouter/msgrtr.git] / src / test / java / com / att / nsa / cambria / backends / memory / MemoryQueuePublisherTest.java
index 8ee4bd1..4522734 100644 (file)
@@ -28,6 +28,8 @@ import org.junit.After;
 import org.junit.Before;\r
 import org.junit.Test;\r
 \r
+import com.att.dmf.mr.backends.memory.MemoryQueuePublisher;\r
+\r
 \r
 public class MemoryQueuePublisherTest {\r
 \r
@@ -44,7 +46,7 @@ public class MemoryQueuePublisherTest {
                MemoryQueuePublisher publisher = new MemoryQueuePublisher(null, null);\r
                \r
                try {\r
-                       publisher.sendBatchMessage("testTopic", null);\r
+                       publisher.sendBatchMessageNew("testTopic", null);\r
                } catch (IOException e) {\r
                        // TODO Auto-generated catch block\r
                        e.printStackTrace();\r