summaryrefslogtreecommitdiff
path: root/qpid/java/module.xml
diff options
context:
space:
mode:
authorMartin Ritchie <ritchiem@apache.org>2009-04-16 12:26:05 +0000
committerMartin Ritchie <ritchiem@apache.org>2009-04-16 12:26:05 +0000
commitd3f1e3e2c020a2f61e7518777c74c9d7eb75ff43 (patch)
treef10b000a552aa849bfff3ac2e1d055cf648b6d90 /qpid/java/module.xml
parentb8c12102dc971a13703a3c909e9b6bdddabff6a3 (diff)
downloadqpid-python-d3f1e3e2c020a2f61e7518777c74c9d7eb75ff43.tar.gz
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@765602 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
-rw-r--r--qpid/java/module.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml
index 3bf0f13cc8..4a613b32f8 100644
--- a/qpid/java/module.xml
+++ b/qpid/java/module.xml
@@ -251,6 +251,7 @@
<sysproperty key="example.plugin.target" value="${project.root}/build/lib/plugins"/>
<sysproperty key="QPID_EXAMPLE_HOME" value="${project.root}/build"/>
<sysproperty key="QPID_HOME" value="${project.root}/build"/>
+ <sysproperty key="QPID_WORK" value="${project.root}/build/work"/>
<formatter type="plain"/>
<formatter type="xml"/>