From 6643d301a9043597a33ffed7454d50c29a50a12a Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Tue, 19 Sep 2006 12:50:31 +0000
Subject: [PATCH] add a test for JMX with SSL, This test is currently disabled because it fails.
---
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java | 2 ++
1 files changed, 2 insertions(+), 0 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 d14c47f..15ae925 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
@@ -149,6 +149,8 @@
new File(testConfigDir, "schema"));
copyDirectory(new File(resourceDir, "MakeLDIF"),
new File(testConfigDir, "MakeLDIF"));
+ copyFile(new File(testResourceDir, "jmxkeystore"),
+ new File(testRoot, "jmxkeystore"));
// Find some free ports for the listeners and write them to the
// config-chamges.ldif file.
--
Gitblit v1.10.0