summaryrefslogtreecommitdiffstats
path: root/tests
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 /tests
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 'tests')
-rw-r--r--tests/dogtag/dev_java_tests/src/com/netscape/beakertests/CATestJunit.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dogtag/dev_java_tests/src/com/netscape/beakertests/CATestJunit.java b/tests/dogtag/dev_java_tests/src/com/netscape/beakertests/CATestJunit.java
index e8d262465..15aca05c3 100644
--- a/tests/dogtag/dev_java_tests/src/com/netscape/beakertests/CATestJunit.java
+++ b/tests/dogtag/dev_java_tests/src/com/netscape/beakertests/CATestJunit.java
@@ -73,7 +73,7 @@ public class CATestJunit extends PKIJUnitTest {
config.setServerURI(protocol + "://" + host + ":" + port + "/ca");
config.setCertNickname(clientCertNickname);
log("URI::: " + config.getServerURI().toString());
- client = new CAClient(new PKIClient(config));
+ client = new CAClient(new PKIClient(config, null));
certClient = (CertClient)client.getClient("cert");
} catch (Exception e) {
e.printStackTrace();