Author: rhs
Date: Thu Jul 26 12:15:17 2007
New Revision: 559943

URL: http://svn.apache.org/viewvc?view=rev&rev=559943
Log:
adding missing ack

Modified:
    incubator/qpid/branches/M2/ruby/tests/basic.rb

Modified: incubator/qpid/branches/M2/ruby/tests/basic.rb
URL: 
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/ruby/tests/basic.rb?view=diff&rev=559943&r1=559942&r2=559943
==============================================================================
--- incubator/qpid/branches/M2/ruby/tests/basic.rb (original)
+++ incubator/qpid/branches/M2/ruby/tests/basic.rb Thu Jul 26 12:15:17 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


Reply via email to