From 7816c5f049a3810325e92b45764a4483fcaabaac Mon Sep 17 00:00:00 2001
From: gary_williams <gary_williams@localhost>
Date: Tue, 25 Nov 2008 17:19:55 +0000
Subject: [PATCH] Issue 3632: known issue feature in test reports unreliable

---
 opends/tests/staf-tests/functional-tests/testcases/backends/export.xml |   12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/opends/tests/staf-tests/functional-tests/testcases/backends/export.xml b/opends/tests/staf-tests/functional-tests/testcases/backends/export.xml
index 5476b12..73d575b 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/backends/export.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/backends/export.xml
@@ -197,17 +197,11 @@
               <call function="'importLdif'">
                 { 'ldifFile'    : '%s/backends/Export_schema.ldif' % remote.data,
                   'backEnd'     : 'schema',
-                  'dsPath'      : '%s/server2/%s' % (DIRECTORY_INSTANCE_DIR, OPENDSNAME)
+                  'dsPath'      : '%s/server2/%s' % (DIRECTORY_INSTANCE_DIR, OPENDSNAME),
+                  'knownIssue'  : '2173'
                 }
               </call>
-              <script>
-                knownIssue(2173)
-              </script>
-              <call function="'checktestRC'">
-                { 'returncode' : RC ,
-                  'result'     : STAXResult
-                }
-              </call>
+
               <call function="'testCase_Postamble'"/>
             </sequence>
           </testcase>

--
Gitblit v1.10.0