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/testng.xml.stubs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/integration-tests-testng/testng.xml.stubs b/opends/tests/integration-tests-testng/testng.xml.stubs
index bae0429..417a3b4 100644
--- a/opends/tests/integration-tests-testng/testng.xml.stubs
+++ b/opends/tests/integration-tests-testng/testng.xml.stubs
@@ -7,7 +7,7 @@
<parameter name="bindDN" value="${bindDN}"/>
<parameter name="bindPW" value="${password}"/>
<parameter name="integration_test_home"
- value="${tests.classes}/org/opends/server/integration"/>
+ value="${tests.src.dir}/org/opends/server/integration"/>
<parameter name="logDir" value="${tests.run.dir}/logs/tests"/>
<parameter name="dsee_home" value="${full.install.dir}"/>
<parameter name="backupDir" value="${tests.run.dir}/backup"/>
--
Gitblit v1.10.0