From d24ec6c953cbb1b6c2d18e6d20500f5ddd08999d Mon Sep 17 00:00:00 2001
From: smaguin <smaguin@localhost>
Date: Tue, 19 Jun 2007 08:23:06 +0000
Subject: [PATCH] use QUOT string to be able to add string with "

---
 opendj-sdk/opends/tests/functional-tests/shared/functions/ldap.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/tests/functional-tests/shared/functions/ldap.xml b/opendj-sdk/opends/tests/functional-tests/shared/functions/ldap.xml
index 9005344..e3c96fb 100755
--- a/opendj-sdk/opends/tests/functional-tests/shared/functions/ldap.xml
+++ b/opendj-sdk/opends/tests/functional-tests/shared/functions/ldap.xml
@@ -2643,6 +2643,9 @@
         STAFCmd='modifyAnAttribute' 
    
     </script>
+    <script>
+        newAttributeValue=newAttributeValue.replace('"','QUOT')
+    </script>
 
       <process name="'Modify An Attribut value'">
         <location>'%s' % location</location>

--
Gitblit v1.10.0