summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2007-07-26 19:15:17 +0000
committerRafael H. Schloming <rhs@apache.org>2007-07-26 19:15:17 +0000
commitf0ca5a648f4547515e0c5153cdbc2099d15c4649 (patch)
tree3729c631ceeee36bb9b185b675f586ecea8e5651
parent8478cb6df4df166c5c63753af028acc1d5405834 (diff)
downloadqpid-python-f0ca5a648f4547515e0c5153cdbc2099d15c4649.tar.gz
adding missing ack
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@559943 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--ruby/tests/basic.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby/tests/basic.rb b/ruby/tests/basic.rb
index e9bbcedddb..0018050fe2 100644
--- a/ruby/tests/basic.rb
+++ b/ruby/tests/basic.rb
@@ -49,6 +49,7 @@ class Basic < Test::Unit::TestCase
assert content.headers == msg.content.headers
assert content.body == msg.content.body
assert content.children == msg.content.children
+ ch.basic_ack(msg.delivery_tag)
msg = ch.channel_close()
assert msg.method.qname == :channel_close_ok
end