diff options
| author | Ted Ross <tross@apache.org> | 2009-12-04 18:59:29 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-12-04 18:59:29 +0000 |
| commit | 344d932451f98abeb249cd38b49663e438a1ecdc (patch) | |
| tree | ae3c25f04760e5000743746375cf11be03850190 /qpid/cpp/bindings/qmf/ruby | |
| parent | 876fea5cfb56d2f10fe8cf4561956afd38bd11e7 (diff) | |
| download | qpid-python-344d932451f98abeb249cd38b49663e438a1ecdc.tar.gz | |
QPID-2246 - QMF - Querying objects using a selector of type ObjectId yields incorrect results
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@887320 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/bindings/qmf/ruby')
| -rw-r--r-- | qpid/cpp/bindings/qmf/ruby/qmf.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qpid/cpp/bindings/qmf/ruby/qmf.rb b/qpid/cpp/bindings/qmf/ruby/qmf.rb index b52f2bce5e..857dd64aeb 100644 --- a/qpid/cpp/bindings/qmf/ruby/qmf.rb +++ b/qpid/cpp/bindings/qmf/ruby/qmf.rb @@ -472,8 +472,7 @@ module Qmf end def ==(other) - return (@impl.getObjectNumHi == other.impl.getObjectNumHi) && - (@impl.getObjectNumLo == other.impl.getObjectNumLo) + return @impl == other.impl end def to_s |
