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

Ludovic Poitou
17.31.2012 51334a1cccfb2beb0ab709710f1b2acc8006824a
opends/tests/unit-tests-testng/src/server/org/opends/server/TestCaseUtils.java
@@ -1134,6 +1134,7 @@
   */
  public static List<Entry> entriesFromLdifString(String ldif) throws Exception {
    LDIFImportConfig ldifImportConfig = new LDIFImportConfig(new StringReader(ldif));
    ldifImportConfig.setValidateSchema(false);
    LDIFReader reader = new LDIFReader(ldifImportConfig);
    List<Entry> entries = new ArrayList<Entry>();