From 98f3a3355544dcd53ed37adcfa200f2fc736de0f Mon Sep 17 00:00:00 2001
From: Gary Williams <gary.williams@forgerock.com>
Date: Tue, 05 Jul 2011 17:00:53 +0000
Subject: [PATCH] align ecl included attributes tests with issue OPENDJ-194
---
opends/tests/staf-tests/shared/functions/ldap.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/tests/staf-tests/shared/functions/ldap.xml b/opends/tests/staf-tests/shared/functions/ldap.xml
index 0edbe32..2c1ebc6 100755
--- a/opends/tests/staf-tests/shared/functions/ldap.xml
+++ b/opends/tests/staf-tests/shared/functions/ldap.xml
@@ -3584,7 +3584,7 @@
if attributes:
STAFCmdParamsList.append('%s' % attributes)
else:
- STAFCmdParamsList.append('"*" changeLogCookie targetEntryUUID')
+ STAFCmdParamsList.append('"*" +')
STAFCmdParams=' '.join(STAFCmdParamsList)
</script>
--
Gitblit v1.10.0