Add knownIssue tag for issue 3102 in verify-index and rebuild-index testsuites
| | |
| | | <!--- 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. |
| | |
| | | } |
| | | </call> |
| | | |
| | | <script> |
| | | knownIssue(3102) |
| | | </script> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | | |
| | | </sequence> |
| | |
| | | <!--- 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 |
| | |
| | | 'expectedString' : msg |
| | | } |
| | | </call> |
| | | |
| | | <script> |
| | | knownIssue(3102) |
| | | </script> |
| | | |
| | | <call function="'testCase_Postamble'"/> |
| | | |