From 49b9e6a075024b83dd1d6a77cb5861ea36f66b32 Mon Sep 17 00:00:00 2001
From: Christophe Sovant <christophe.sovant@forgerock.com>
Date: Tue, 01 Apr 2008 18:06:17 +0000
Subject: [PATCH] Add knownIssue tag for issue 3102 in verify-index and rebuild-index testsuites
---
opendj-sdk/opends/tests/functional-tests/testcases/clu/clu_rebuild-index_checkbehavior.xml | 6 +++++-
opendj-sdk/opends/tests/functional-tests/testcases/clu/clu_verify-index_checkbehavior.xml | 6 +++++-
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/clu/clu_rebuild-index_checkbehavior.xml b/opendj-sdk/opends/tests/functional-tests/testcases/clu/clu_rebuild-index_checkbehavior.xml
index 563b6ab..1c83740 100644
--- a/opendj-sdk/opends/tests/functional-tests/testcases/clu/clu_rebuild-index_checkbehavior.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/clu/clu_rebuild-index_checkbehavior.xml
@@ -334,7 +334,7 @@
<!--- Test Case information
#@TestMarker rebuild-index check behavior tests
#@TestName rebuild-index: after creation
- #@TestIssue none
+ #@TestIssue 3102
#@TestPurpose Verify that rebuild-index command is
successfull on a newly created index
and that the output is correct.
@@ -559,6 +559,10 @@
}
</call>
+ <script>
+ knownIssue(3102)
+ </script>
+
<call function="'testCase_Postamble'"/>
</sequence>
diff --git a/opendj-sdk/opends/tests/functional-tests/testcases/clu/clu_verify-index_checkbehavior.xml b/opendj-sdk/opends/tests/functional-tests/testcases/clu/clu_verify-index_checkbehavior.xml
index 20dbe38..5973fde 100644
--- a/opendj-sdk/opends/tests/functional-tests/testcases/clu/clu_verify-index_checkbehavior.xml
+++ b/opendj-sdk/opends/tests/functional-tests/testcases/clu/clu_verify-index_checkbehavior.xml
@@ -195,7 +195,7 @@
<!--- Test Case information
#@TestMarker verify-index check behavior tests
#@TestName verify-index: check with clean option
- #@TestIssue none
+ #@TestIssue 3102
#@TestPurpose Verify that verify-index command is successful
and the output is correct.
#@TestPreamble none
@@ -273,6 +273,10 @@
'expectedString' : msg
}
</call>
+
+ <script>
+ knownIssue(3102)
+ </script>
<call function="'testCase_Postamble'"/>
--
Gitblit v1.10.0