From dabeafa178972007e06053e1163887266dc239d9 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Fri, 19 Sep 2008 07:21:19 +0000
Subject: [PATCH] fix test failure after split between instance and install
---
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java
index 947801d..181ae74 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/GenerationIdTest.java
@@ -597,7 +597,7 @@
{
// Create a temporary test LDIF file.
ldifFile = File.createTempFile("import-test", ".ldif");
- String resourcePath = DirectoryServer.getServerRoot() + File.separator +
+ String resourcePath = DirectoryServer.getInstanceRoot() + File.separator +
"config" + File.separator + "MakeLDIF";
LdifFileWriter.makeLdif(ldifFile.getPath(), resourcePath, template);
// Create a temporary rejects file.
--
Gitblit v1.10.0