mbroadst / qamqp

AMQP 0.9.1 implementation for Qt
Other
151 stars 127 forks source link

fix unit test for qamqpclient tune #78

Open ssproessig opened 4 years ago

ssproessig commented 4 years ago

fixed PR to build with qmake-qt4 again

ssproessig commented 4 years ago

after analysis: rabbitmq-3.6.14 shows different behavior in tune() than current rabbitmq:3-latest docker container (3.8.0) used locally.

The fixed unit test works with 3.8.0, but not with Travis 3.6.14. I will investigate further