diff options
| author | Robert Gemmell <robbie@apache.org> | 2013-03-14 17:19:43 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2013-03-14 17:19:43 +0000 |
| commit | a83ac2221fb695217f6f2f8cc09e6153dc2578a6 (patch) | |
| tree | dff14c3bff755e823d1c370bb84fd9496db923ea /qpid/java/broker/src | |
| parent | 7d3e03d5035e13fd8acc147a0e5d741ebd37b4fa (diff) | |
| download | qpid-python-a83ac2221fb695217f6f2f8cc09e6153dc2578a6.tar.gz | |
QPID-4636: add unit tests for new TrustManagers
Applied patch from Michal Zerola
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1456555 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/src')
| -rw-r--r-- | qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/startup/TrustStoreRecovererTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/startup/TrustStoreRecovererTest.java b/qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/startup/TrustStoreRecovererTest.java index 3b64f45c80..5e7784bc06 100644 --- a/qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/startup/TrustStoreRecovererTest.java +++ b/qpid/java/broker/src/test/java/org/apache/qpid/server/configuration/startup/TrustStoreRecovererTest.java @@ -71,6 +71,7 @@ public class TrustStoreRecovererTest extends QpidTestCase attributes.put(TrustStore.PASSWORD, "my-secret-password"); attributes.put(TrustStore.TYPE, "NON-JKS"); attributes.put(TrustStore.KEY_MANAGER_FACTORY_ALGORITHM, "NON-STANDARD"); + attributes.put(TrustStore.PEERS_ONLY, Boolean.TRUE); attributes.put(TrustStore.DESCRIPTION, "Description"); return attributes; } |
