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

Matthew Swift
31.32.2016 65f4b6576db68e3dc272d48a03adcd334e1d8e66
Fix typo in unit tests.
1 files modified
4 ■■■■ changed files
opendj-core/src/test/java/org/forgerock/opendj/ldap/schema/MatchingRuleTest.java 4 ●●●● patch | view | raw | blame | history
opendj-core/src/test/java/org/forgerock/opendj/ldap/schema/MatchingRuleTest.java
@@ -12,7 +12,7 @@
 * information: "Portions Copyright [year] [name of copyright owner]".
 *
 * Copyright 2009 Sun Microsystems, Inc.
 * Portions Copyright 2015 ForgeRock AS.
 * Portions Copyright 2015-2016 ForgeRock AS.
 */
package org.forgerock.opendj.ldap.schema;
@@ -70,7 +70,7 @@
        final Assertion assertion = rule.getAssertion(ByteString.valueOfUtf8(value2));
        final ConditionResult liveResult = assertion.matches(normalizedValue1);
        assertEquals(result, liveResult);
        assertEquals(liveResult, result);
    }
    /**