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

Matthew Swift
01.54.2012 1b9c8d3c789003033b47e2649b3b24b134bf5ab0
opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldif/LDIFEntryReaderTestCase.java
@@ -60,6 +60,7 @@
/**
 * This class tests the LDIFEntryReader functionality.
 */
@SuppressWarnings("javadoc")
public final class LDIFEntryReaderTestCase extends LDIFTestCase {
    /**
     * Provide a standard entry for the tests below.
@@ -1514,8 +1515,7 @@
     */
    @Test(expectedExceptions = NullPointerException.class)
    public void testLDIFEntryReaderInpuStreamDoesntAllowNull() throws Exception {
        final InputStream is = null;
        LDIFEntryReader reader = new LDIFEntryReader(is);
        new LDIFEntryReader((InputStream) null);
    }
    /**
@@ -1548,7 +1548,7 @@
    public void testValueOfLDIFEntryMultipleChangeRecordFound() throws Exception {
        // @formatter:off
        final Entry entry = LDIFEntryReader.valueOfLDIFEntry(
        LDIFEntryReader.valueOfLDIFEntry(
            "#This is an example test",
            "dn: CN=John Smith,OU=Legal,DC=example,DC=com",
            "changetype: modify",