From a1d2c85e85e236a441462fad1285eaf6ecf3ae02 Mon Sep 17 00:00:00 2001
From: gbellato <gbellato@localhost>
Date: Mon, 05 Mar 2007 11:48:47 +0000
Subject: [PATCH] Move the files created by the ReSynch Synchronization tests to the unit-tests directory
---
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ReSyncTest.java | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ReSyncTest.java b/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ReSyncTest.java
index f002549..b386030 100644
--- a/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ReSyncTest.java
+++ b/opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/synchronization/ReSyncTest.java
@@ -227,7 +227,9 @@
// sends a notification
String buildRoot = System.getProperty(TestCaseUtils.PROPERTY_BUILD_ROOT);
- String path = buildRoot + File.separator + "ReSynchTest";
+ String path = buildRoot + File.separator + "build" +
+ File.separator + "unit-tests" + File.separator +
+ "package"+ File.separator + "ReSynchTest";
task("dn: ds-task-id=" + UUID.randomUUID()
+ ",cn=Scheduled Tasks,cn=Tasks\n"
--
Gitblit v1.10.0