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

smaguin
15.38.2007 3541e18adf1ea8b1bb53c660bf8db9de324ae4f2
replace QUOT by "

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