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

smaguin
15.38.2007 e67591edf53c4a5b64e02e9b958664562534ad40
replace QUOT by "

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