summaryrefslogtreecommitdiff
path: root/java/client/test
Commit message (Expand)AuthorAgeFilesLines
* QPID-72 Set module.dist back to false. We no longer want client-test module t...Steven Shaw2006-11-081-1/+1
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@472504...Martin Ritchie2006-11-082-2/+2
* MultipleConnectionTest.java needed a longer time out.Martin Ritchie2006-11-084-10/+13
* Proper fix for timing out testsMartin Ritchie2006-11-082-14/+14
* Fix for timing out ObjectMessageTest.java testMartin Ritchie2006-11-081-2/+1
* Fixed last few issues with the unit tests.Martin Ritchie2006-11-088-18/+109
* Removed erroneous importMartin Ritchie2006-11-081-1/+0
* Removed duplicate JNDI test updated @Ignore-s on a few failing tests.Martin Ritchie2006-11-088-662/+168
* Made the temp. directory contain currentMillis to reduce Permission errorsMartin Ritchie2006-11-081-1/+1
* Removed two two old importsMartin Ritchie2006-11-081-2/+0
* Updated to work with new test classes. Will run all *Test.java files (But not...Martin Ritchie2006-11-081-4/+20
* Moved Unit test to test/unit package.Martin Ritchie2006-11-0852-2265/+1537
* Set AutoCreateInVMBroker to false.Martin Ritchie2006-11-071-2/+0
* Corrected VMBroker Creation and clean up per testMartin Ritchie2006-11-0718-110/+462
* Removed explicit VM references to allow auto creation to occur. Added some sl...Martin Ritchie2006-11-075-95/+62
* Added attempt to unbind if an error occurs.Martin Ritchie2006-11-071-9/+14
* Disabled auto creation of vm brokers.Martin Ritchie2006-11-071-0/+7
* Before/After now class levelMarnie McCormack2006-11-071-12/+9
* TransactedTest.java - Added Logging around the setup.Martin Ritchie2006-11-071-3/+3
* Added new test classes to unit testsMarnie McCormack2006-11-071-1/+3
* Tests for changes around QueueSession and TopicSession as per QPID-66Marnie McCormack2006-11-071-0/+121
* Comment tidy upMarnie McCormack2006-11-071-1/+1
* Added cleanup of invm brokerMarnie McCormack2006-11-071-0/+10
* Added tests for QueueReceiver create methods to check for ClassCastException ...Marnie McCormack2006-11-071-2/+21
* Initial test for AMQSession changes from QPID-66Marnie McCormack2006-11-031-0/+86
* Test corrected to handle colons appropriatelyMarnie McCormack2006-11-021-4/+4
* Added TestAMQProtocolSession to test suite for client for QPID-4Marnie McCormack2006-11-021-1/+2
* Test classes for QPID-4 changes to AMQProtocolSession.generateQueueNameMarnie McCormack2006-11-022-0/+210
* JNDIReferenceableTest.java - removed unused importMartin Ritchie2006-11-015-6/+4
* Additions to build system to cause junit to produce a reportMartin Ritchie2006-10-311-17/+25
* Additions to build system to cause junit to produce a reportMartin Ritchie2006-10-311-0/+8
* Added stacktrace on failureMartin Ritchie2006-10-311-0/+1
* Updated to programmatically set QPID_WORK for logging, to stop failed buildsMartin Ritchie2006-10-312-2/+16
* Added a sleep to give the VM broker time to create queues.Martin Ritchie2006-10-311-25/+37
* Removed duplicate log4j classes. Jboss jar included old ones that are notGordon Sim2006-10-261-0/+0
* Resolution to QPID-23Martin Ritchie2006-10-201-0/+110
* Further fixes and some extra tests for transactions.Gordon Sim2006-10-191-0/+2
* QPID-36 Added high/low water mark to DUPS_OK_ACKNOWLEDGE.Martin Ritchie2006-10-181-4/+9
* Implemented Client side high/low water mark prefetching for NO_ACK.Martin Ritchie2006-10-171-1/+1
* Fixes to transaction handling.Gordon Sim2006-10-172-1/+34
* Added Sun FSContext to client-test libMartin Ritchie2006-10-138-32/+100
* Moved AMQVMBrokerCreationException into correct package.Robert Greig2006-10-124-6/+7
* QPID-18. Removed unused experimental code that had direct dependencies on MIN...Robert Greig2006-10-121-0/+5
* Fixed incorrect package on AMQVMBrokerCreationException (did not match physic...Robert Greig2006-10-128-26/+15
* QPID-2. JMSBytesMessage.readXXX methods now test the appropriate number of by...Robert Greig2006-10-121-0/+204
* Fixed ack.RecoverTest and ack.DisconnectAndRedeliverTest. These were failing ...Gordon Sim2006-10-122-7/+15
* QPID-15 JUnit3 compatibility suite() method now uses correct Test class.Steven Shaw2006-10-062-11/+9
* Added vm://:1 and localhost as JNDI values setup by the IBM Scripts.Martin Ritchie2006-10-034-30/+53
* Changed IBM Unix scripts to have the correct path /tmp not c:/tempMartin Ritchie2006-09-275-5/+5
* Changed default instance id to 1 to make getInstance simpler.Martin Ritchie2006-09-261-11/+10