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

Matthew Swift
16.00.2011 61be60eef8694b2c28386faf6dd2d7c4e842addd
opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/schema/MatchingRuleSyntaxTest.java
@@ -50,12 +50,12 @@
  {
    return new Object[][] {
        {
            "( 1.2.3.4 NAME 'full matching rule' "
            "( 1.2.3.4 NAME 'fullMatchingRule' "
                + " DESC 'description of matching rule' OBSOLETE "
                + " SYNTAX 1.3.6.1.4.1.1466.115.121.1.17 "
                + " X-name ( 'this is an extension' ) )", true },
        {
            "( 1.2.3.4 NAME 'missing closing parenthesis' "
            "( 1.2.3.4 NAME 'missingClosingParenthesis' "
                + " DESC 'description of matching rule' "
                + " SYNTAX 1.3.6.1.4.1.1466.115.121.1.17 "
                + " X-name ( 'this is an extension' ) ", false }, };