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

Nicolas Capponi
06.51.2013 7184a1d5dde1f792a32e649f5db0991db0c2864a
* Remove System.out statement in test


1 files modified
1 ■■■■ changed files
opendj-sdk/opendj3/opendj-core/src/test/java/org/forgerock/opendj/ldif/EntryGeneratorTestCase.java 1 ●●●● patch | view | raw | blame | history
opendj-sdk/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();
    }