mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

smaguin
15.38.2007 e67591edf53c4a5b64e02e9b958664562534ad40
replace QUOT by "

1 files modified
2 ■■■■■ changed files
opends/tests/functional-tests/shared/java/modifyAnAttribute.java 2 ●●●●● patch | view | raw | blame | history
opends/tests/functional-tests/shared/java/modifyAnAttribute.java
@@ -89,6 +89,8 @@
         k++;
     }
    
    newAttributeValue=newAttributeValue.replaceAll("QUOT","\\\"");
    String provider = "ldap://"  + hostname + ":" + ldapPort  + "/";
    Hashtable envLdap  = new Hashtable();