qamqp/tests
Matt Broadstone d5cc6258c6 refactor type handling in QAMQP
There are two distinctive type sets in AMQP, the basic AMQP types
and then the superset of Table value types. This commit attempts to
make that distinction more clear by the addition of a Table class.
Basically, AMQP value type read/write support is left in Frame for the
time being, while table value field read/write support has been moved
to the Table class. Also, a number of type differences exist between
the spec and rabbitmq's binary parser (noted in the errata page) which
were not previously honored.
2014-08-05 14:34:12 -04:00
..
auto refactor type handling in QAMQP 2014-08-05 14:34:12 -04:00
common increase default delay in waitForSignal to 5sec for travis tests 2014-06-09 15:18:37 -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 remove manual tests 2014-06-24 21:08:33 -04:00