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

Nicolas Capponi
06.51.2013 59852bea543cdbb92fecb30ea3fff37e969fc7c5
* Remove System.out statement in test


1 files modified
1 ■■■■ changed files
opendj3/opendj-core/src/test/java/org/forgerock/opendj/ldif/EntryGeneratorTestCase.java 1 ●●●● patch | view | raw | blame | history
opendj3/opendj-core/src/test/java/org/forgerock/opendj/ldif/EntryGeneratorTestCase.java
@@ -59,7 +59,6 @@
        // path of directory in src/main/resources must be obtained from a file
        // otherwise it may search in the wrong directory
        resourcePath = new File(getTestFilePath(TEMPLATE_FILE_PATH)).getParent();
        System.out.println(resourcePath);
        schema = Schema.getDefaultSchema();
    }