qamqp/tests
Matt Broadstone c43c2d6788 ensure consuming only occurs once per queue
a Queue can act as a consumer in QAMQP, but previously we did no checks
to ensure that a Queue sent a request to consume only once. This commit
adds API for checking and ensuring that this is the case. Also, I reverted
the changes to allow multiple consumer tags because this was incorrect.
Also included is a new signal "consuming" to notify when consumption occurs,
and auto tests have been updated to use this, as well as verify that it
can only occur once per-consumer
2014-06-24 10:30:05 -04:00
..
auto ensure consuming only occurs once per queue 2014-06-24 10:30:05 -04:00
common increase default delay in waitForSignal to 5sec for travis tests 2014-06-09 15:18:37 -04:00
manual convert QAMQP::Queue to a proper QQueue subclass, move MessageProperties to QAMQP namespace 2014-06-10 09:05:42 -04:00
test-deps.sh update travis config for qt5 builds, add build status to README.md 2014-06-03 22:16:57 -04:00
tests.pri overhauled tests, added TestCase class, made a few skeleton auto tests 2014-06-03 13:48:50 -04:00
tests.pro added dummy auto tests 2014-05-28 16:27:46 -04:00