From 09d2a283eb37bd54286deea6ab75cfb6f28e3e07 Mon Sep 17 00:00:00 2001
From: Gary Williams <gary.williams@forgerock.com>
Date: Wed, 20 Jul 2011 18:12:11 +0000
Subject: [PATCH] fix ecl included attributes unconfigured suffix cases

---
 opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml b/opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml
index c0bf90c..5ec0b12 100755
--- a/opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml
+++ b/opendj-sdk/opends/tests/staf-tests/shared/functions/utils.xml
@@ -3405,7 +3405,7 @@
         ecl_deleteOldRDN        = None
         ecl_newSuperior         = None
         ecl_changes             = None
-        ecl_includedttributes  = None
+        ecl_includedAttributes  = None
 
         if 'replicationcsn' in changelogEntry.keys():
           ecl_replicationCSN = changelogEntry['replicationcsn'][0]

--
Gitblit v1.10.0