From f5eb93d05ebda5da2ab68681a6875c4c208aa03f Mon Sep 17 00:00:00 2001
From: el_kaboing <el_kaboing@localhost>
Date: Tue, 17 Oct 2006 16:36:02 +0000
Subject: [PATCH] Fixed a bug where the ldif files could not be found when the integration tests were running.
---
opends/tests/integration-tests-testng/build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/integration-tests-testng/build.xml b/opends/tests/integration-tests-testng/build.xml
index bee9709..8e12270 100644
--- a/opends/tests/integration-tests-testng/build.xml
+++ b/opends/tests/integration-tests-testng/build.xml
@@ -39,7 +39,7 @@
<!-- General build-wide properties -->
<property name="opends.dir" location="../.." />
- <property name="tests.src.dir" location="src/server" />
+ <property name="tests.src.dir" location="${basedir}/src/server" />
<property name="tests.build.dir"
location="${opends.dir}/build/integration-tests" />
<property name="tests.classes"
--
Gitblit v1.10.0