diff options
| author | Nuno Santos <nsantos@apache.org> | 2012-01-17 19:18:44 +0000 |
|---|---|---|
| committer | Nuno Santos <nsantos@apache.org> | 2012-01-17 19:18:44 +0000 |
| commit | cf2111567172adc407201b038d6033d1aa865938 (patch) | |
| tree | 26b385b827c54fd3217224b2d21cafb94d046ecd /cpp/bindings/qpid/ruby/lib | |
| parent | d091d387fc5dd5432146d6542822a47f4fa403b5 (diff) | |
| download | qpid-python-cf2111567172adc407201b038d6033d1aa865938.tar.gz | |
QPID-3754: Takes the Ruby bindings to 100% unit test coverage (patch from Darryl Pierce)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1232545 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qpid/ruby/lib')
| -rw-r--r-- | cpp/bindings/qpid/ruby/lib/qpid/encoding.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/bindings/qpid/ruby/lib/qpid/encoding.rb b/cpp/bindings/qpid/ruby/lib/qpid/encoding.rb index c8b843b597..7b9130156d 100644 --- a/cpp/bindings/qpid/ruby/lib/qpid/encoding.rb +++ b/cpp/bindings/qpid/ruby/lib/qpid/encoding.rb @@ -48,6 +48,8 @@ module Qpid when "amqp/map": Cqpid.decodeMap message.message_impl when "amqp/list": Cqpid.decodeList message.message_impl end + + message.content end end |
