From 11bc51ab0ec882cd8445dfe59b2bb9159a62e683 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Mon, 27 Aug 2007 22:29:10 +0000
Subject: [PATCH] 1 - runCommand wraps output lines longer than 100 characters 2 - fix in runTestJob: removed copy of results.html in tmp folder 3 - fix in staf-installer.xml removed references to results.html only rely on my-report.html now 4 - attach my-report.html to the in place of results.html 5 - added knowIssue facility to allow to tag tests failing because of known issues 6 - updated the XSL style sheet to show known issue 7 - added testcase coloring based on status pass/fail/unknown/known 8 - added table of contents title row to make it easier for newcomers to read the report 9 - added known bugs calls in backends group 10- added known bugs calls in security group 11- added known bugs call in logging group 12- fix in utils for default windows environment variables
---
opends/tests/functional-tests/testcases/backends/import.xml | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/backends/import.xml b/opends/tests/functional-tests/testcases/backends/import.xml
index e7fdb83..5c2fec5 100644
--- a/opends/tests/functional-tests/testcases/backends/import.xml
+++ b/opends/tests/functional-tests/testcases/backends/import.xml
@@ -113,7 +113,7 @@
#@TestResult
-->
- <!-- Not clear how to create a second backend
+ <!-- Not clear how to create a second backend
<testcase name="getTestCaseName('LDIF Non Default')">
<sequence>
@@ -1030,7 +1030,6 @@
'dsBackEnd' : 'userRoot'
}
</call>
-
<call function="'checktestRC'">
{ 'returncode' : RC ,
'result' : STAXResult }
@@ -1091,6 +1090,9 @@
<message log="1" level="'Error'">
'Error: Known bug. Issue 839: Encrypted LDIF export is not implemented'
</message>
+ <script>
+ knownIssue(839)
+ </script>
<call function="'testCase_Postamble'"/>
--
Gitblit v1.10.0