From 8f9679b64473d91649bd5b8fb5c791029c40d97c Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Fri, 24 Nov 2006 10:14:01 +0000
Subject: [PATCH] Use server.keystore instead of jmxkeystore in the JMX tests because this keystore is more generic and has a longer validity (jmxkeystore certificates expires on December 18 this year). Also remove the jmxkeystore from the repository.

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java
index c534159..e4b4266 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java
@@ -172,8 +172,6 @@
                   new File(testConfigDir, "schema"));
     copyDirectory(new File(resourceDir, "MakeLDIF"),
                   new File(testConfigDir, "MakeLDIF"));
-    copyFile(new File(testResourceDir, "jmxkeystore"),
-             new File(testRoot, "jmxkeystore"));
     copyFile(new File(testResourceDir, "server.keystore"),
              new File(testConfigDir, "server.keystore"));
     copyFile(new File(testResourceDir, "server.truststore"),

--
Gitblit v1.10.0