From 75131bc2cc6147efb7cc804d5009f38630ba76a1 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Thu, 26 Jul 2007 19:33:10 +0000 Subject: added missing message ack and removed old script git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@559949 13f79535-47bb-0310-9956-ffa450edef68 --- ruby/tests/basic.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ruby/tests') 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 -- cgit v1.2.1