From 998e596ca30d894c5077a523a2f9a5756d3705f5 Mon Sep 17 00:00:00 2001 From: el_kaboing <el_kaboing@localhost> Date: Wed, 16 Aug 2006 16:53:49 +0000 Subject: [PATCH] Fixed the time attribute to have an 's' for seconds. --- opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_entrycache5.ldif | 2 +- opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_entrycache3.ldif | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_entrycache3.ldif b/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_entrycache3.ldif index 1234275..f84a3eb 100644 --- a/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_entrycache3.ldif +++ b/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_entrycache3.ldif @@ -26,7 +26,7 @@ dn: cn=Entry Cache,cn=config changetype: modify add: ds-cfg-lock-timeout -ds-cfg-lock-timeout: 60 +ds-cfg-lock-timeout: 60 s - add: ds-cfg-exclude-filter ds-cfg-exclude-filter: telephonenumber=* diff --git a/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_entrycache5.ldif b/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_entrycache5.ldif index 249e6bd..a54d9d6 100644 --- a/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_entrycache5.ldif +++ b/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_entrycache5.ldif @@ -32,7 +32,7 @@ ds-cfg-entry-cache-class: com.sun.directory.extensions.FIFOEntryCache ds-cfg-max-entries: 100000 ds-cfg-max-memory-percent: 50 -ds-cfg-lock-timeout: 60 +ds-cfg-lock-timeout: 60 s ds-cfg-exclude-filter: telephoneNumber=* ds-cfg-include-filter: roomNumber=* -- Gitblit v1.10.0