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/replication/encryption/encryption.xml |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/encryption/encryption.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/encryption/encryption.xml
index 545e4df..532a6b3 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/encryption/encryption.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/encryption/encryption.xml
@@ -136,9 +136,9 @@
 
               <!-- #3315: dsreplication initialize-all returns before peer has
                    completed initialisation -->
-              <script>
-                knownIssue(3315)
-              </script>
+              <call function="'setKnownIssue'">
+                { 'issueId' : '3315' }
+              </call>
 
               <call function="'testCase_Postamble'"/>
             </sequence>
@@ -196,9 +196,9 @@
 
               <!-- #3315: dsreplication initialize-all returns before peer has
                    completed initialisation -->
-              <script>
-                knownIssue(3315)
-              </script>
+              <call function="'setKnownIssue'">
+                { 'issueId' : '3315' }
+              </call>
 
               <call function="'testCase_Postamble'"/>
             </sequence>
@@ -253,9 +253,9 @@
 
               <!-- #3315: dsreplication initialize-all returns before peer has
                    completed initialisation -->
-              <script>
-                knownIssue(3315)
-              </script>
+              <call function="'setKnownIssue'">
+                { 'issueId' : '3315' }
+              </call>
          
               <call function="'testCase_Postamble'"/>
             </sequence>

--
Gitblit v1.10.0