From 9057ec188e4ec6b0c2f312c0002c16b664ad4197 Mon Sep 17 00:00:00 2001
From: el_kaboing <el_kaboing@localhost>
Date: Mon, 14 Aug 2006 15:23:59 +0000
Subject: [PATCH] Modified these ldif files to be consistent with a fix for issue #559.

---
 opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_timelimit.ldif  |    2 +-
 opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_timelimit2.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_timelimit.ldif b/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_timelimit.ldif
index 4c9c0f1..b9513d8 100644
--- a/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_timelimit.ldif
+++ b/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_timelimit.ldif
@@ -26,4 +26,4 @@
 dn: cn=config
 changetype: modify
 replace: ds-cfg-time-limit
-ds-cfg-time-limit: 1
+ds-cfg-time-limit: 1 s
diff --git a/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_timelimit2.ldif b/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_timelimit2.ldif
index f22a7d9..eeadc35 100644
--- a/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_timelimit2.ldif
+++ b/opends/tests/integration-tests-testng/src/server/org/opends/server/integration/core/data/mod_timelimit2.ldif
@@ -26,4 +26,4 @@
 dn: cn=config
 changetype: modify
 replace: ds-cfg-time-limit
-ds-cfg-time-limit: 60
+ds-cfg-time-limit: 60 s

--
Gitblit v1.10.0