From b25da32e939089eb8108c4d7394b3f7d64232827 Mon Sep 17 00:00:00 2001
From: ugaston <ugaston@localhost>
Date: Wed, 18 Mar 2009 16:53:08 +0000
Subject: [PATCH] Improve knownIssue handling in some replication and sasl testcases

---
 opends/tests/staf-tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml
index 700ba3f..401e12a 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/ldifimport/ldifimport.xml
@@ -225,13 +225,13 @@
                 
               <!-- Verify the synchronization of the trees among the servers in
                 the topology -->
+              <!-- If the trees differ, it could be due to Issue 3122
+                (Off-line import-export sequence produces no generationID) -->
               <call function="'verifyTrees'">
-                [ clientHost, clientPath, master, consumerList, synchroSuffix ]
+                [ clientHost, clientPath, master, consumerList, synchroSuffix,
+                  '3122' ]
               </call> 
 
-              <call function="'setKnownIssue'">
-                { 'issueId' : '3122' }
-              </call>
 
               <call function="'testCase_Postamble'"/>
             </sequence>

--
Gitblit v1.10.0