From 6e03c0959cc4f1537a0f8c160e9885deea21bcee Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Thu, 18 Sep 2008 15:02:57 +0000
Subject: [PATCH] Issue 3030: refactoring ant build (part I)
---
opends/tests/staf-tests/shared/tests/runTestJob.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/staf-tests/functional-tests/testcases/runTestJob.xml b/opends/tests/staf-tests/shared/tests/runTestJob.xml
similarity index 99%
rename from opends/tests/staf-tests/functional-tests/testcases/runTestJob.xml
rename to opends/tests/staf-tests/shared/tests/runTestJob.xml
index 275e9fd..29575cf 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/runTestJob.xml
+++ b/opends/tests/staf-tests/shared/tests/runTestJob.xml
@@ -81,7 +81,7 @@
</script>
<job name="'Job: %s %s' % (STAF_REMOTE_HOSTNAME,ServerOsString) " monitor="1" clearlogs="'Enabled'" logtcstartstop="'Enabled'">
- <job-file>'%s/testcases/runFuncTests.xml' % TESTS_DIR</job-file>
+ <job-file>'%s/shared/tests/runFuncTests.xml' % TESTS_ROOT</job-file>
<job-scriptfiles machine="STAF_LOCAL_HOSTNAME"> STAXJobScriptFiles </job-scriptfiles>
<job-action>
<log>'Started sub-job %s on %s, %s' % (STAXSubJobID,STAF_REMOTE_HOSTNAME,ServerOsString )</log>
--
Gitblit v1.10.0