Author: rhs
Date: Thu Jul 26 12:33:10 2007
New Revision: 559949
URL: http://svn.apache.org/viewvc?view=rev&rev=559949
Log:
added missing message ack and removed old script
Removed:
incubator/qpid/trunk/qpid/ruby/diff.rb
Modified:
incubator/qpid/trunk/qpid/ruby/tests/basic.rb
Modified: incubator/qpid/trunk/qpid/ruby/tests/basic.rb
URL:
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/ruby/tests/basic.rb?view=diff&rev=559949&r1=559948&r2=559949
==============================================================================
--- incubator/qpid/trunk/qpid/ruby/tests/basic.rb (original)
+++ incubator/qpid/trunk/qpid/ruby/tests/basic.rb Thu Jul 26 12:33:10 2007
@@ -49,6 +49,7 @@
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