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

Violette Roche-Montane
07.47.2014 ee0f6d7f8391f7b8bddbc1a77442e1e2949c78e3
opendj-ldap-toolkit/src/test/java/com/forgerock/opendj/ldap/tools/MakeLDIFTestCase.java
@@ -29,6 +29,7 @@
import static com.forgerock.opendj.ldap.tools.ToolsMessages.*;
import static com.forgerock.opendj.cli.Utils.MAX_LINE_WIDTH;
import static com.forgerock.opendj.cli.Utils.wrapText;
import static org.forgerock.util.Utils.closeSilently;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
@@ -111,7 +112,7 @@
            assertThat(err.toString("UTF-8")).contains(wrapText(expectedErrOutput, MAX_LINE_WIDTH));
        } finally {
            org.forgerock.util.Utils.closeSilently(outStream, errStream);
            closeSilently(outStream, errStream);
        }
    }