From f870386fb65e23314c964183b73325c8ca161af6 Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Tue, 22 Apr 2008 14:59:16 +0000
Subject: [PATCH] fix bug in parsing client list
---
opendj-sdk/opends/tests/system-tests/phases/main_run_lib.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opends/tests/system-tests/phases/main_run_lib.xml b/opendj-sdk/opends/tests/system-tests/phases/main_run_lib.xml
index e157bc8..3534fac 100644
--- a/opendj-sdk/opends/tests/system-tests/phases/main_run_lib.xml
+++ b/opendj-sdk/opends/tests/system-tests/phases/main_run_lib.xml
@@ -247,7 +247,7 @@
<sequence>
<script>
id = element[0]
- instance = element[1]
+ client = element[1]
</script>
<!-- Parrallel copy, all instances except client 0 wait 1 sec -->
<!-- This prevent copying the same folder in case of NFS -->
--
Gitblit v1.10.0