From 883f050464892a6e7b883486c142d7d6797b0b0f Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Tue, 18 Dec 2007 08:14:55 +0000
Subject: [PATCH] fix dsconfig issue
---
opends/tests/functional-tests/testcases/logging/logging_retention.xml | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/opends/tests/functional-tests/testcases/logging/logging_retention.xml b/opends/tests/functional-tests/testcases/logging/logging_retention.xml
index 5b15ebf..dbc328f 100755
--- a/opends/tests/functional-tests/testcases/logging/logging_retention.xml
+++ b/opends/tests/functional-tests/testcases/logging/logging_retention.xml
@@ -38,15 +38,15 @@
<!---
#@TestMarker size limit retention
#@TestName size limit retention
- #@TestIssue Check the size limit retention policy
+ #@TestIssue Check the count retention policy
#@TestPreamble none
- #@TestStep Create a new size limit retention policy
- #@TestStep Configure the Size Limit retention policy with a Max file to 3
+ #@TestStep Create a new count limit retention policy
+ #@TestStep Configure the count Limit retention policy with a Max file to 3
#@TestStep Execute ldapsearch request until the log are cleaned
#@TestPostamble none
#@TestResult the number of logs must not exceed 3
-->
- <testcase name="getTestCaseName('file count')">
+ <testcase name="getTestCaseName('Count limit retention')">
<sequence>
<call function="'testCase_Preamble'"/>
<message>
@@ -316,6 +316,7 @@
<call function="'testCase_Postamble'"/>
</sequence>
</testcase>
+
<call function="'testSuite_Postamble'"/>
</sequence>
</block>
--
Gitblit v1.10.0