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

Violette Roche-Montane
14.40.2014 5e13bcc8c2d525a4aa176ad696502c5b06f8e3a9
opendj-sdk/opendj-cli/src/test/java/com/forgerock/opendj/cli/ConsoleApplicationTestCase.java
@@ -32,8 +32,6 @@
import org.forgerock.i18n.LocalizableMessage;
import org.testng.annotations.Test;
import com.forgerock.opendj.util.OperatingSystem;
import static org.fest.assertions.Assertions.assertThat;
import static org.testng.Assert.assertFalse;
import static org.testng.Assert.assertTrue;
@@ -62,8 +60,6 @@
        }
        final static MockConsoleApplication getDefault() {
            // The console app needs the operating system.
            OperatingSystem.getOperatingSystem();
            out = new ByteArrayOutputStream();
            final PrintStream psOut = new PrintStream(out);
            err = new ByteArrayOutputStream();