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

smaguin
15.38.2007 3541e18adf1ea8b1bb53c660bf8db9de324ae4f2
replace QUOT by "

1 files modified
2 ■■■■■ changed files
opendj-sdk/opends/tests/functional-tests/shared/java/modifyAnAttribute.java 2 ●●●●● patch | view | raw | blame | history
opendj-sdk/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();