summaryrefslogtreecommitdiff
path: root/qpid/java/systests/src/main/java/org/apache/qpid/test/utils/QpidTestCase.java
Commit message (Expand)AuthorAgeFilesLines
* QPID-2787: Move QpidTestCase to Common test module so that any test can inher...Robert Gemmell2010-08-061-120/+0
* QPID-2639: add ASF licence and correct Logger class to updated QpidTestCase, ...Robert Gemmell2010-06-021-1/+21
* QPID-2639Rajith Muditha Attapattu2010-06-021-1322/+8
* QPID-2606: Access Control ModificationsRobert Gemmell2010-05-311-19/+36
* QPID-2622 : Add Closeable interface and update Broker components to use it an...Martin Ritchie2010-05-201-1/+2
* QPID-1447 : Add initial test for SlowConsumersMartin Ritchie2010-05-071-1/+68
* QPID-2582 : Print stack traces if the registry fails to clean up as a result ...Martin Ritchie2010-05-071-1/+10
* Modified the testHeartbeat method to use an external script to start & stop t...Rajith Muditha Attapattu2010-05-061-1/+1
* The heartbeat wasn't being set properly and these mistakes went uncaught due ...Rajith Muditha Attapattu2010-05-061-2/+2
* QPID-2097: Use the standard RMIServerSocketFactory for InVM testing to workar...Robert Gemmell2010-04-201-0/+1
* QPID-2630, QPID-2631: Restore the virtualhosts.xml file. When a virtualhosts....Robert Gemmell2010-03-301-56/+83
* QPID-2417: add ability to run DurableSubscriberTest on the java-derby profile...Robert Gemmell2010-02-251-0/+7
* QPID-2379 : Initial work on adding QMF and federation to the Java BrokerRobert Godfrey2010-01-311-37/+46
* QPID-2137 : Update QpidTestCase to set QPID_WORK on the external broker based...Martin Ritchie2010-01-151-1/+2
* QPID-2184: replace random 1second wait with a LogMonitor check that the reloa...Robert Gemmell2009-12-011-11/+7
* QPID-2184: correct use of reload instead of restart in testDenyOnRestartInVho...Robert Gemmell2009-11-261-0/+11
* QPID-2184: make sure global security plugins are reconfigured properlyAidan Skinner2009-11-111-0/+24
* This adds some minor enhancements to our test framework.Rajith Muditha Attapattu2009-11-031-13/+44
* Updated PersitentStoreTest so that it has its own sendMessages that does not ...Martin Ritchie2009-10-221-0/+44
* Merge java-network-refactor branchAidan Skinner2009-10-151-1/+1
* Updated testing harness: QpidTestCase and FailoverBaseCase.Martin Ritchie2009-10-051-9/+30
* Update to ensure system properties are always reset even if exception ocurrs ...Martin Ritchie2009-10-051-6/+11
* QPID-2121 : Noticed that the logging level for the test VM was being set dire...Martin Ritchie2009-10-011-0/+38
* QPID-2121 : Correctly set the broker properties for the test, rather than usi...Martin Ritchie2009-10-011-1/+1
* QPID-2121 : Update to QTC to allow the setting of System Properties for just ...Martin Ritchie2009-09-301-11/+80
* Update QTC to allow the setting of debug logging for the external broker proc...Martin Ritchie2009-09-301-0/+21
* Add INDEX property to created messagesMartin Ritchie2009-09-281-2/+8
* QPID-2115: add 'broker.clean.between.tests' to toggle whether QTC should exec...Robert Gemmell2009-09-251-0/+15
* Update to QpidTestCase to only check for broker.stopped lines until we have f...Martin Ritchie2009-09-171-1/+1
* Reveted changes to QPID-2099, QPID-2100. The value of PNAME must not be changed.Martin Ritchie2009-09-151-1/+2
* QPID-2099 : Updated QTC now that QPID_PNAME will wrap its value QTC doesn't n...Martin Ritchie2009-09-141-1/+1
* QPID-2094 : Check if _output is null, if so write test configuration to java....Martin Ritchie2009-09-111-1/+2
* QPID-2095 : Update QTC to set the management.jmxport configuration property o...Martin Ritchie2009-09-111-0/+2
* QPID-2092 Move test configuration to systest package and update to provide a...Martin Ritchie2009-09-101-62/+67
* Give QpidTestCase the ability to set environment variables for the external b...Martin Ritchie2009-08-161-1/+28
* QTC: Removed nukeBroker() as it is not functionally different from stopBroker()Martin Ritchie2009-08-131-28/+0
* QPID-2002 : Fixed issue where the BLT.defaultLog4j test failed to startup.Martin Ritchie2009-08-131-1/+1
* Augmented QpidTestCase to proved details of the currently active management portMartin Ritchie2009-08-121-1/+11
* QPID-2002 : Ensured new Logging tests use a new queue name for each test case...Martin Ritchie2009-08-071-0/+10
* QPID-2033 : Added destroy for broker process that fails to startup. Also augm...Martin Ritchie2009-08-071-46/+66
* QPID-2033 : Update to QpidTestCase to ensure that external broker is fully sh...Martin Ritchie2009-08-071-0/+2
* Add a drainQueue method to QTC to allow tests to clean up after themselvesMartin Ritchie2009-08-071-7/+38
* Fixed BDBMessageStore class pathMartin Ritchie2009-08-071-1/+1
* QPID-2002 : SubscriptionLogging Tests, update to SubscriptionImpl for new exc...Martin Ritchie2009-08-061-0/+1
* QPID-2002 : Completion of BrokerLoggingTest, the shutdown tests have been exc...Martin Ritchie2009-08-061-0/+27
* QPID-2002: MessageStore Logging , DerbyMS Does not have Queue Recovery loggin...Martin Ritchie2009-08-061-1/+1
* QPID-2019 : Update Exclude mechanism so we can exclude the new logging tests ...Martin Ritchie2009-08-031-1/+2
* QPID-2002 : Added QUEUE constant = queue to QTCMartin Ritchie2009-08-031-0/+1
* QPID-2011 : Updated AlertingTest to use new LogMonitoring class and corrected...Martin Ritchie2009-08-031-3/+143
* rationalized naming of exclude files to make it clear why tests are excluded ...Rafael H. Schloming2009-07-271-3/+3