summaryrefslogtreecommitdiff
path: root/python/tests_0-10
Commit message (Expand)AuthorAgeFilesLines
* synchronized with trunk except for ruby dirRafael H. Schloming2009-12-2612-104/+613
* QPID-1143: removed race condition in testRafael H. Schloming2008-06-171-1/+2
* Removed import of deleted test modules.Gordon Sim2008-06-101-2/+0
* cleanup old irrelevant tests (from 0-10 preview functions)Gordon Sim2008-06-054-307/+2
* QPID-1098: correction to queue query when queue is not knownGordon Sim2008-05-281-0/+5
* QPID-1095: another error code correctionGordon Sim2008-05-281-2/+1
* QPID-1095: fixes to dtx error codes for latest spec changes.Gordon Sim2008-05-281-7/+116
* continuation of QPID-1052Nuno Santos2008-05-131-1/+1
* QPID-954: added fallbacks and fixes for running the python client on python 2.3Rafael H. Schloming2008-05-131-0/+1
* QPID-1052: Management: session.name matches session id provided by API, handl...Nuno Santos2008-05-131-0/+15
* QPID-1045 and QPID-1041: added a destination attribute to incoming queues, an...Rafael H. Schloming2008-05-091-1/+17
* QPID-1042: ensure delievery record is kept where accept_mode=not-required, ac...Gordon Sim2008-05-091-1/+26
* QPID-979: added access to enums through the session so that symbolic constant...Rafael H. Schloming2008-05-089-95/+95
* Correct expected error codes for final 0-10 specGordon Sim2008-04-241-2/+2
* QPID-953 from trossCarl C. Trieloff2008-04-241-0/+3
* Added to the no-local tests, cleaned up comments (and highlighted non-standar...Gordon Sim2008-04-231-13/+48
* QPID-947: update cpp and python management to 0-10 finalRafael H. Schloming2008-04-222-0/+156
* QPID-944: do no-local checking where requested when there is an exclusive sub...Gordon Sim2008-04-222-1/+29
* Re-introduced old 'no-local' behaviour for exclusive queues via a proprietary...Gordon Sim2008-03-312-23/+15
* Update to dtx inline with latest spec:Gordon Sim2008-03-261-237/+268
* Scope exclusive queues to sessions.Gordon Sim2008-03-173-31/+47
* Enabled tx methods on final 0-10 path and converted tests accordinglyGordon Sim2008-03-112-119/+131
* Converted some more testsGordon Sim2008-03-111-15/+17
* Fixed headers exchange to allow unbind using binding key and not argsGordon Sim2008-03-113-77/+76
* Fixed broker to take application headers from final format message-properties...Gordon Sim2008-03-111-17/+20
* renamed datatypes.Struct.type -> datatypes.Struct._type; this avoids naming c...Rafael H. Schloming2008-03-102-2/+2
* Adjusted exception handling in c++ for final 0-10 path.Gordon Sim2008-03-101-34/+37
* Added acquire impl to final 0-10 codepathGordon Sim2008-03-072-25/+50
* Converted some more tests to use new clientGordon Sim2008-03-074-77/+199
* Altered management of delivery records to support separateion of completion (...Gordon Sim2008-03-072-59/+63
* Fixes to c++ broker:Gordon Sim2008-03-064-410/+426
* Fix message delivery for 0-10 final codepathGordon Sim2008-03-061-2/+2
* forked python tests for 0-10 preview and 0-10 finalGordon Sim2008-03-053-162/+137
* Requests to release a message that has not been acquired should be ignored.Gordon Sim2008-02-181-0/+42
* Fixed bug in browsing that failed to deal correctly with 'gaps' in message se...Gordon Sim2008-02-141-0/+43
* whitespace cleanupRafael H. Schloming2008-02-081-34/+34
* added imports to test module __init__.pysRafael H. Schloming2008-01-242-0/+12
* fixed python dependence on the content-length attribute (bz 419371)Rafael H. Schloming2008-01-181-0/+19
* Set the exchange field in delivery properties on the broker.Gordon Sim2008-01-171-1/+1
* Additional test covering the current hack for no-local used on exclusive queuesGordon Sim2007-11-161-0/+42
* Fix to auto-rollback which didn't do what it was supposed to (i.e. rollback a...Gordon Sim2007-11-151-3/+24
* Get rid of basic_publish, no longer supported by c++ broker.Alan Conway2007-11-091-2/+2
* Fix to QPID-640. The fields actually set/encoded are now tracked explicitly.Gordon Sim2007-11-071-1/+1
* updated pack param, however nothing was broken because first param is 0Kim van der Riet2007-11-061-1/+1
* Add support for array type to c++ (and python, decode only for now)Gordon Sim2007-11-061-12/+43
* applied patch from tross posted in QPID-666Rafael H. Schloming2007-10-291-2/+2
* Additional testing of subscriber in not-acquired modeGordon Sim2007-10-251-5/+34
* Fixed return of acquired message ranges (and added tests)Gordon Sim2007-10-181-2/+10
* Fix to headers exchanges bind: need to check the match value is present befor...Gordon Sim2007-10-171-0/+8
* Remove default queue concept which is no longer applicable in 0-10.Gordon Sim2007-10-151-5/+2