From 12912ce9542c6f857e8abab45becfc46cfa9c38e Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Tue, 24 Oct 2006 16:47:37 +0000
Subject: [PATCH] Fix Issue 870: security tests don't remove keystore on remote host
---
opendj-sdk/opends/tests/functional-tests/testcases/security/jks/security_teardown_jks.xml | 2 +-
opendj-sdk/opends/tests/functional-tests/testcases/security/pkcs12/security_teardown_pkcs12.xml | 2 +-
opendj-sdk/opends/tests/functional-tests/testcases/security/startTLS/security_teardown_startTLS.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/security/jks/security_teardown_jks.xml b/opendj-sdk/opends/tests/functional-tests/testcases/security/jks/security_teardown_jks.xml
index e3cbc7b..62b6055 100755
--- a/opendj-sdk/opends/tests/functional-tests/testcases/security/jks/security_teardown_jks.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/security/jks/security_teardown_jks.xml
@@ -88,7 +88,7 @@
<call function="'deletefile'">
{ 'filename' : '%s/../config/keystore' % (OPENDS_BINPATH),
- 'hostname' : STAF_LOCAL_HOSTNAME }
+ 'hostname' : STAF_REMOTE_HOSTNAME }
</call>
<call function="'checktestRC'">
diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/security/pkcs12/security_teardown_pkcs12.xml b/opendj-sdk/opends/tests/functional-tests/testcases/security/pkcs12/security_teardown_pkcs12.xml
index 0f8e46a..b61195a 100755
--- a/opendj-sdk/opends/tests/functional-tests/testcases/security/pkcs12/security_teardown_pkcs12.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/security/pkcs12/security_teardown_pkcs12.xml
@@ -88,7 +88,7 @@
<call function="'deletefile'">
{ 'filename' : '%s/../config/keystore' % (OPENDS_BINPATH),
- 'hostname' : STAF_LOCAL_HOSTNAME }
+ 'hostname' : STAF_REMOTE_HOSTNAME }
</call>
<call function="'checktestRC'">
diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/security/startTLS/security_teardown_startTLS.xml b/opendj-sdk/opends/tests/functional-tests/testcases/security/startTLS/security_teardown_startTLS.xml
index a674409..d5d7271 100755
--- a/opendj-sdk/opends/tests/functional-tests/testcases/security/startTLS/security_teardown_startTLS.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/security/startTLS/security_teardown_startTLS.xml
@@ -88,7 +88,7 @@
<call function="'deletefile'">
{ 'filename' : '%s/../config/keystore' % (OPENDS_BINPATH),
- 'hostname' : STAF_LOCAL_HOSTNAME }
+ 'hostname' : STAF_REMOTE_HOSTNAME }
</call>
<call function="'checktestRC'">
--
Gitblit v1.10.0