From 4d9ec51b7c325e3367501e44dedd16132f937785 Mon Sep 17 00:00:00 2001
From: andrug <andrug@localhost>
Date: Mon, 23 Jun 2008 16:04:30 +0000
Subject: [PATCH] QA: System Test: Split clients to have preamble,run,postamble
---
opends/tests/system-tests/phases/configuration/configuration_opends.xml | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/opends/tests/system-tests/phases/configuration/configuration_opends.xml b/opends/tests/system-tests/phases/configuration/configuration_opends.xml
index e9c3a9c..152c364 100755
--- a/opends/tests/system-tests/phases/configuration/configuration_opends.xml
+++ b/opends/tests/system-tests/phases/configuration/configuration_opends.xml
@@ -137,7 +137,7 @@
}
</call>
<script>
- logFile = STAXResult
+ logFile = STAXResult[0]
fileList.append(logFile)
@@ -223,7 +223,7 @@
}
</call>
<script>
- logFile = STAXResult
+ logFile = STAXResult[0]
# reopen existing files, no need to add in fileList variable
# as it has already been added
@@ -580,7 +580,7 @@
}
</call>
<script>
- logFile = STAXResult
+ logFile = STAXResult[0]
# reopen existing files, no need to add in fileList variable
# as it has already been added
cFileFd = open(logFile,'a')
@@ -839,7 +839,7 @@
}
</call>
<script>
- logFile = STAXResult
+ logFile = STAXResult[0]
# reopen existing files, no need to add in fileList variable
# as it has already been added
cFileFd = open(logFile,'a')
@@ -909,7 +909,7 @@
}
</call>
<script>
- logFile = STAXResult
+ logFile = STAXResult[0]
# reopen existing files, no need to add in fileList variable
# as it has already been added
cFileFd = open(logFile,'a')
@@ -978,7 +978,7 @@
}
</call>
<script>
- logFile = STAXResult
+ logFile = STAXResult[0]
# reopen existing files, no need to add in fileList variable
# as it has already been added
cFileFd = open(logFile,'a')
--
Gitblit v1.10.0