summaryrefslogtreecommitdiffstats
path: root/base/common/functional
diff options
context:
space:
mode:
authorAbhishek Koneru <akoneru@redhat.com>2014-02-26 13:15:57 -0500
committerAbhishek Koneru <akoneru@redhat.com>2014-03-19 19:17:39 -0400
commit24294c097dd0dd9f7de0202443a8c8e34807bb2f (patch)
tree03e393bb71fb1263ee85571b26a0f108e1133e1b /base/common/functional
parentfbd1b96a35946b7ebf36afea3f3a2a50dcbf193f (diff)
downloadpki-24294c097dd0dd9f7de0202443a8c8e34807bb2f.tar.gz
pki-24294c097dd0dd9f7de0202443a8c8e34807bb2f.tar.xz
pki-24294c097dd0dd9f7de0202443a8c8e34807bb2f.zip
Changes to KeyClient on the java side.
The KeyClient class on the java side is modified to have a similar design as the KeyClient class on the python side.
Diffstat (limited to 'base/common/functional')
-rw-r--r--base/common/functional/src/com/netscape/cms/servlet/test/ConfigurationTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/common/functional/src/com/netscape/cms/servlet/test/ConfigurationTest.java b/base/common/functional/src/com/netscape/cms/servlet/test/ConfigurationTest.java
index 145575697..3b21b652e 100644
--- a/base/common/functional/src/com/netscape/cms/servlet/test/ConfigurationTest.java
+++ b/base/common/functional/src/com/netscape/cms/servlet/test/ConfigurationTest.java
@@ -190,7 +190,7 @@ public class ConfigurationTest {
ClientConfig config = new ClientConfig();
config.setServerURI(protocol + "://" + host + ":" + port);
- client = new SystemConfigClient(new PKIClient(config), cstype);
+ client = new SystemConfigClient(new PKIClient(config, null), cstype);
} catch (URISyntaxException e1) {
e1.printStackTrace();
System.exit(1);