summaryrefslogtreecommitdiff
path: root/python/tests
Commit message (Expand)AuthorAgeFilesLines
* made codec.py load the spec file on demandRafael H. Schloming2007-08-211-3/+9
* Permit skipping of self tests and specify a folder for the spec file. Patch i...Rafael H. Schloming2007-08-202-7/+8
* added support for unpacked structs and execution.resultRafael H. Schloming2007-08-101-2/+5
* added support for parsing structs and results into the spec metadataRafael H. Schloming2007-08-091-0/+56
* Some initial 0-10 support including placeholders for new domains, use of exec...Gordon Sim2007-07-241-7/+0
* added listener support to queues, also added support for non version specific...Rafael H. Schloming2007-05-303-0/+707
* removed python/tests: replaced by tests_0-8/tests_0-9Alan Conway2007-03-219-2112/+0
* Merged revisions 507491-507559,507561-507601,507603-507621,507623-507671,5076...Alan Conway2007-03-192-40/+177
* Merged revisions 504601-504602,504604-504609,504611-504702,504704-504707,5047...Alan Conway2007-03-192-22/+66
* Merged revisions 504590 via svnmerge from Alan Conway2007-03-191-0/+64
* * python/testlib.py: -s (spec) option now also takes abbreviations "0-8" and ...Alan Conway2007-03-192-26/+44
* Merged revisions 501143 via svnmerge from Alan Conway2007-03-191-0/+397
* Merged revisions 501025 via svnmerge from Alan Conway2007-03-191-1/+1
* Merged revisions 500305 via svnmerge from Alan Conway2007-03-166-115/+98
* Merged revisions 496593 via svnmerge from Alan Conway2007-03-161-2/+2
* Fixed cases where open channel was re-opened.Gordon Sim2007-02-211-6/+3
* Modified handling of reason for closing in peer to work around race between w...Gordon Sim2007-01-182-3/+4
* QPID-275 : (Patch supplied by Rob Godfrey) Fixes to allow broker to pass more...Robert Greig2007-01-101-2/+2
* Changed assertTrue(x) to assertEquals(True, x) as older version od pyunit see...Gordon Sim2006-12-071-2/+2
* Fixes for cleaning up behind tests that fail on re-run if broker is not resta...Gordon Sim2006-11-221-2/+2
* Some fixes and tests for bugs uncovered during testing of persistence.Gordon Sim2006-11-171-1/+37
* update Apache licenses to the current versionStephen Vinoski2006-11-108-91/+131
* More reorg to separate APR/posix code, work in progress.Alan Conway2006-11-081-1/+0
* Hid locking within exchange registry, switched to shared_ptr for exchanges, a...Gordon Sim2006-10-311-3/+33
* c++ broker now passes the basic tx testsGordon Sim2006-10-301-2/+29
* Added test for simple commit and rollback.Gordon Sim2006-10-171-0/+143
* Implementation of basic_get.Gordon Sim2006-10-112-2/+61
* Implementation and tests for basic_qos (i.e. prefetching)Gordon Sim2006-10-101-3/+94
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@450556...Alan Conway2006-09-272-18/+67
* Moved ack tests to basic class, added test for requeueing on recovery.Gordon Sim2006-09-272-44/+101
* Initial implementation of basic_ack & basic_recoverGordon Sim2006-09-271-0/+45
* Close channels on fatal errors to prevent hangs, provide useful stack trace.Alan Conway2006-09-251-0/+54
* Added tests for basic_cancel and for handling of invalid channel ids.Gordon Sim2006-09-222-0/+42
* Updated test for fix in broker to use un-named exchange as the default (rathe...Gordon Sim2006-09-221-2/+2
* Implemented topic pattern matching for the TopicExchange.Alan Conway2006-09-212-16/+36
* Import of qpid from etp:Rafael H. Schloming2006-09-196-0/+779