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/replication/plugin/IsolationTest.java |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/IsolationTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/IsolationTest.java
index 5210741..4d9c70d 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/IsolationTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/IsolationTest.java
@@ -147,7 +147,8 @@
       String buildRoot = System.getProperty(TestCaseUtils.PROPERTY_BUILD_ROOT);
       String path = buildRoot + File.separator + "build" +
                     File.separator + "unit-tests" + File.separator +
-                    "package"+ File.separator + "addModDelDependencyTest";
+                    "package-instance" + File.separator +
+                    "addModDelDependencyTest";
       OutputStream out = new FileOutputStream(new File(path));
       out.write(baseentryldif.getBytes());
 

--
Gitblit v1.10.0