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/schema/schema.xml | 14 ++++++--------
1 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/opends/tests/staf-tests/functional-tests/testcases/replication/schema/schema.xml b/opends/tests/staf-tests/functional-tests/testcases/replication/schema/schema.xml
index b6f66f1..89abb62 100644
--- a/opends/tests/staf-tests/functional-tests/testcases/replication/schema/schema.xml
+++ b/opends/tests/staf-tests/functional-tests/testcases/replication/schema/schema.xml
@@ -716,11 +716,10 @@
[ clientHost, clientPath, master, consumerList, synchroSuffix ]
</call>
+ <call function="'setKnownIssue'">
+ { 'issueId' : '2355' }
+ </call>
- <script>
- knownIssue(2355)
- </script>
-
<call function="'testCase_Postamble'"/>
</sequence>
</testcase>
@@ -820,11 +819,10 @@
[ clientHost, clientPath, master, consumerList, synchroSuffix ]
</call>
+ <call function="'setKnownIssue'">
+ { 'issueId' : '2355' }
+ </call>
- <script>
- knownIssue(2355)
- </script>
-
<call function="'testCase_Postamble'"/>
</sequence>
</testcase>
--
Gitblit v1.10.0