diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-07-22 17:09:19 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-07-22 17:09:19 +0000 |
| commit | ceffd287d21bdcf2552e67d24c33b27ef6485a76 (patch) | |
| tree | eb317e110db86baff1872265e10908bb6c9d193d /java/broker/etc | |
| parent | f3e6f80f93ac8ed7691bb5ece86b11817b66441d (diff) | |
| download | qpid-python-ceffd287d21bdcf2552e67d24c33b27ef6485a76.tar.gz | |
QPID-1992 : Corrected duplication in ServerConfiguration for StatusUpdates and so renamed method getStatusUpdatesEnabled
Ensured tested in ServerConfiguration[File]Test and removed standalone test that replicated functionality.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@796798 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker/etc')
| -rw-r--r-- | java/broker/etc/config-systests.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/broker/etc/config-systests.xml b/java/broker/etc/config-systests.xml index 5193072746..7e3ef438ff 100644 --- a/java/broker/etc/config-systests.xml +++ b/java/broker/etc/config-systests.xml @@ -134,6 +134,8 @@ <auto_register>true</auto_register> </queue> + <status-updates>ON</status-updates> + <virtualhosts>${conf}/virtualhosts-systests.xml</virtualhosts> </broker> |
