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/totalupdate/totalupdate.xml |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
index f3da29d..a33f114 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/totalupdate/totalupdate.xml
@@ -345,8 +345,12 @@
 
               <!-- Verify the synchronization of the schema among the servers
                 in the topology -->
+              <!-- If the schema files differ, it could be due to Issue 2599
+                (Replication adds modifiersName and modifyTimestamp to schema 
+                updates) -->
               <call function="'verifySchemas'">
-                [ clientHost, clientPath, master, consumerList, '99-user.ldif' ]
+                [ clientHost, clientPath, master, consumerList, '99-user.ldif',
+                  '2599' ]
               </call> 
                                                 
               <!-- Verify the synchronization of the trees among the servers in
@@ -355,9 +359,6 @@
                 [ clientHost, clientPath, master, consumerList, 'o=example' ]
               </call>                
 
-              <call function="'setKnownIssue'">
-                { 'issueId' : '2599' }
-              </call>
               
               <call function="'testCase_Postamble'"/>
             </sequence>

--
Gitblit v1.10.0