From 47186870b99736e644b6df741e559b96e6e46c9e Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Thu, 16 Apr 2009 12:26:05 +0000 Subject: QPID-1817 : Update to QpidTestCase to use setUp to start the broker this allows tests to update the _configFile that is being used before the broker is started. By default the etc/config-systests.xml is used. This differs from the stock config.xml only in that it disables the Managment JMX interface by default. If a test requires this functionality it can provided an edited configuration. An example of how that might be done can be seen in SyncWaitDelayTest and will additionally be provided for QPID-1813. A couple of tests were modified to remove their setUp/tearDown where the code did no additional work. This made the tests cleaner. Additionally FrameworkBaseCase never actually called super.setUp() so that was fixed. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@765602 13f79535-47bb-0310-9956-ffa450edef68 --- java/module.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'java/module.xml') diff --git a/java/module.xml b/java/module.xml index 3bf0f13cc8..4a613b32f8 100644 --- a/java/module.xml +++ b/java/module.xml @@ -251,6 +251,7 @@ + -- cgit v1.2.1