From d42b15e420478dc45785fff6e00b863cc1f8a0f9 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Thu, 18 Sep 2008 10:14:53 +0000
Subject: [PATCH] These changes are separating the current delivery into  an "Install Layout" (the binaries) and an "Instance Layout" (the user data).

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/util/CertificateManagerTestCase.java |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/util/CertificateManagerTestCase.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/util/CertificateManagerTestCase.java
index fc59858..c71a573 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/util/CertificateManagerTestCase.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/util/CertificateManagerTestCase.java
@@ -63,7 +63,8 @@
    */
   public static final String JKS_KEY_STORE_PATH =
        System.getProperty(TestCaseUtils.PROPERTY_BUILD_ROOT) + File.separator +
-       "build" + File.separator + "unit-tests" + File.separator + "package" +
+       "build" + File.separator + "unit-tests" + File.separator +
+       "package-instance" +
        File.separator + "config" + File.separator + "server.keystore";
 
 
@@ -73,7 +74,8 @@
    */
   public static final String PKCS12_KEY_STORE_PATH =
        System.getProperty(TestCaseUtils.PROPERTY_BUILD_ROOT) + File.separator +
-       "build" + File.separator + "unit-tests" + File.separator + "package" +
+       "build" + File.separator + "unit-tests" + File.separator +
+       "package-instance" +
        File.separator + "config" + File.separator + "server-cert.p12";
 
 
@@ -83,7 +85,8 @@
    */
   public static final String TEST_DIR =
        System.getProperty(TestCaseUtils.PROPERTY_BUILD_ROOT) + File.separator +
-       "build" + File.separator + "unit-tests" + File.separator + "package";
+       "build" + File.separator + "unit-tests" + File.separator +
+       "package-instance";
 
 
 

--
Gitblit v1.10.0