summaryrefslogtreecommitdiff
path: root/qpid/java/systests
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-2632 : A couple of tests in Systests are actually InVM only tests but ar...Martin Ritchie2010-06-024-42/+39
* QPID-2639Rajith Muditha Attapattu2010-06-0284-169/+179
* QPID-2639Rajith Muditha Attapattu2010-06-022-1322/+1348
* QPID-2569: Implement the SimpleXML as an OSGi pluginRobert Gemmell2010-05-311-7/+2
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-3126-571/+1952
* QPID-2581: Update configuration manager to allow multiple plugins to handle t...Robert Gemmell2010-05-314-15/+15
* Make PersistentStoreTest.testForcibleStartStopMidTransaction() do a syncchron...Robert Gemmell2010-05-311-2/+4
* Reduce the large number of persistent messages sent by DupsOkTest from 4999 t...Robert Gemmell2010-05-251-2/+1
* Improved the asserts so we can see from the message what the failure conditio...Martin Ritchie2010-05-202-17/+10
* QPID-2622 : Add Closeable interface and update Broker components to use it an...Martin Ritchie2010-05-201-1/+2
* Implemented the feature described in QPID-2515Rajith Muditha Attapattu2010-05-181-6/+63
* Modified the test slightly to make it work against the 0-10 code path.Rajith Muditha Attapattu2010-05-181-1/+10
* This test is failed due to the checkin made in rev 942293 as a fix for QPID-2...Rajith Muditha Attapattu2010-05-181-2/+1
* QPID-2599Rajith Muditha Attapattu2010-05-111-28/+0
* QPID-1447 : Add initial test for SlowConsumersMartin Ritchie2010-05-071-1/+68
* QPID-2583 : Update tests to correctly throw ConfigurationException where requ...Martin Ritchie2010-05-074-2/+15
* QPID-2582 : Print stack traces if the registry fails to clean up as a result ...Martin Ritchie2010-05-071-1/+10
* QPID-2575 : Add getClientID to SessionModel and standardise use accross 0-8/0...Martin Ritchie2010-05-071-2/+47
* Modified the testHeartbeat method to use an external script to start & stop t...Rajith Muditha Attapattu2010-05-062-11/+31
* The heartbeat wasn't being set properly and these mistakes went uncaught due ...Rajith Muditha Attapattu2010-05-062-2/+107
* Removed assertions based on wrong assumptions.Rajith Muditha Attapattu2010-05-031-8/+7
* QPID-2471Rajith Muditha Attapattu2010-04-291-1/+140
* QPID-2530 : Updated build system to have a new findSubProjects macro in build...Martin Ritchie2010-04-261-2/+1
* QPID-2498Rajith Muditha Attapattu2010-04-221-5/+5
* QPID-2097: Enable MALT and update it to fix breakages while it was disabled. ...Robert Gemmell2010-04-202-9/+18
* QPID-2097: Use the standard RMIServerSocketFactory for InVM testing to workar...Robert Gemmell2010-04-201-0/+1
* QPID-2097: fix issues with ModelTest to allow it to pass normally: it isnt po...Robert Gemmell2010-04-201-6/+5
* This is related to QPID-2496Rajith Muditha Attapattu2010-04-151-51/+69
* QPID-2484 : Commit from Andrew Kennedy to work around the inability to toStri...Martin Ritchie2010-04-123-15/+17
* QPID-2438 : Implemented option 1. Fixed the divide to correct our message size.Martin Ritchie2010-04-121-2/+2
* QPID-2425 : Augmented JUnit-Toolkit to emit latency information already gathe...Martin Ritchie2010-04-121-0/+10
* QPID-2346 : Addressed the problems with AcknowledgeAfterFailoverOnMessageTest...Martin Ritchie2010-04-123-52/+182
* Modified the test to make the results more predictable.Rajith Muditha Attapattu2010-04-091-19/+21
* This is a fix for QPID-2493Rajith Muditha Attapattu2010-04-091-0/+112
* QPID-2418: revert changes to testResubscribeWithChangedSelector()Robert Gemmell2010-04-011-11/+1
* QPID-2630, QPID-2631: Restore the virtualhosts.xml file. When a virtualhosts....Robert Gemmell2010-03-3026-390/+637
* QPID-2417 , QPID-2418 , QPID-2449 : expand topic testing, specifically around...Robert Gemmell2010-03-302-2/+390
* Added test case for QPID-2242 using a custom exchange to verify the fix.Rajith Muditha Attapattu2010-03-231-0/+43
* This is related to QPID-2447Rajith Muditha Attapattu2010-03-221-0/+43
* Modified SSLTest to temporarily set all ssl jvm args to invalid values, to te...Rajith Muditha Attapattu2010-03-191-8/+16
* Added test cases for QPID-2444 and QPID-2446Rajith Muditha Attapattu2010-03-191-0/+110
* QPID-2397: add Binding.msgMatched() support to the TopicExchange, and remove ...Robert Gemmell2010-03-181-0/+1
* Fixed test cases to include the queue name in the expected error stringRajith Muditha Attapattu2010-03-081-4/+4
* This is a fix for QPID-2432Rajith Muditha Attapattu2010-03-051-2/+26
* QPID-2379: add BytesTxnDequeues and MsgTxnDequeues on Queue delegateRobert Gemmell2010-03-041-0/+5
* QPID-2417: add a test that restarts the broker at the end to validate the sto...Robert Gemmell2010-02-251-4/+27
* QPID-2417: add ability to run DurableSubscriberTest on the java-derby profile...Robert Gemmell2010-02-252-2/+9
* QPID-2417: unsubscribe the durable subscriptions when done to delete the queuesRobert Gemmell2010-02-251-0/+5
* QPID-2417: add TTL testing of durable topic subscriptionRobert Gemmell2010-02-241-0/+155
* QPID-2417: update the auto-ack tests to leave an unacked message on the durab...Robert Gemmell2010-02-241-23/+80