From 75e789577e089751d395faac10873e0285bf3a54 Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Wed, 03 Sep 2008 09:46:18 +0000
Subject: [PATCH] make each test group a job
---
opends/tests/functional-tests/testcases/groups/group_setup.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/groups/group_setup.xml b/opends/tests/functional-tests/testcases/groups/group_setup.xml
index 747d20f..69dd80c 100644
--- a/opends/tests/functional-tests/testcases/groups/group_setup.xml
+++ b/opends/tests/functional-tests/testcases/groups/group_setup.xml
@@ -78,7 +78,7 @@
'------ Load LDIF : groups.ldif'
</message>
<call function="'importLdif'">
- { 'ldifFile' : '%s/groups/groups.ldif' % logsRemoteDataDir }
+ { 'ldifFile' : '%s/groups/groups.ldif' % remote.data }
</call>
<call function="'checkRC'">
{ 'returncode' : RC ,
--
Gitblit v1.10.0