From f197f0c88e1f5ed37a14617b1006f6579c4319e7 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Fri, 9 Feb 2007 00:52:46 +0000 Subject: r1102@fuschia: andrew | 2007-02-09 00:52:04 +0000 Got ack working for the non batched case Small tidy up in broker Channel git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-9@505108 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/tests/ChannelTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/tests/ChannelTest.cpp') diff --git a/cpp/tests/ChannelTest.cpp b/cpp/tests/ChannelTest.cpp index dcfd2fdb90..60157834bd 100644 --- a/cpp/tests/ChannelTest.cpp +++ b/cpp/tests/ChannelTest.cpp @@ -264,7 +264,7 @@ class ChannelTest : public CppUnit::TestCase contentSize += data[i].size(); } header->setContentSize(contentSize); - channel.handlePublish(msg, exchange); + channel.handlePublish(msg); channel.handleHeader(header); for (int i = 0; i < 3; i++) { -- cgit v1.2.1