diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-04-16 12:26:05 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-04-16 12:26:05 +0000 |
| commit | 47186870b99736e644b6df741e559b96e6e46c9e (patch) | |
| tree | 7140725fa88da84df47bfdf5e84f699839963a05 /java/module.xml | |
| parent | a52c62ae6a7411adc70a7bfed6e237f42dd29028 (diff) | |
| download | qpid-python-47186870b99736e644b6df741e559b96e6e46c9e.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/qpid@765602 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/module.xml')
| -rw-r--r-- | java/module.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ <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"/> |
