diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-01-26 16:53:12 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-01-26 16:53:12 +0000 |
| commit | f85296104c1cb692c85b2f779fe9163460d8b5d1 (patch) | |
| tree | d68910f631104e172d3de3271b59cc7a7cd093b8 /java/broker/src/test | |
| parent | 15d020b181a7e0d640e9f5922b7a6d51755b6b0e (diff) | |
| download | qpid-python-f85296104c1cb692c85b2f779fe9163460d8b5d1.tar.gz | |
QPID-1533 : Patch from Robert Gemmell, Fixes the reload tab in UserManagement to actually reload the PrincipalDatabase file from disk. Not just the jmxaccess rights file.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@737746 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/broker/src/test')
| -rw-r--r-- | java/broker/src/test/java/org/apache/qpid/server/security/auth/sasl/TestPrincipalDatabase.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/broker/src/test/java/org/apache/qpid/server/security/auth/sasl/TestPrincipalDatabase.java b/java/broker/src/test/java/org/apache/qpid/server/security/auth/sasl/TestPrincipalDatabase.java index a87c727a9a..8507e49e17 100644 --- a/java/broker/src/test/java/org/apache/qpid/server/security/auth/sasl/TestPrincipalDatabase.java +++ b/java/broker/src/test/java/org/apache/qpid/server/security/auth/sasl/TestPrincipalDatabase.java @@ -83,4 +83,9 @@ public class TestPrincipalDatabase implements PrincipalDatabase return false; } + public void reload() throws IOException + { + // TODO Auto-generated method stub + } + } |
