From e5783d9d5e678cb4b8d69d98162c26d2858bbe33 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 25 Jan 2007 01:59:52 +0000
Subject: [PATCH] Make a number of updates to schema processing, all of which fall under the umbrella of issue #1163.  The individual issues addressed include:

---
 opends/tests/unit-tests-testng/src/server/org/opends/server/schema/DITContentRuleSyntaxTest.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/opends/tests/unit-tests-testng/src/server/org/opends/server/schema/DITContentRuleSyntaxTest.java b/opends/tests/unit-tests-testng/src/server/org/opends/server/schema/DITContentRuleSyntaxTest.java
index 434ce34..7953916 100644
--- a/opends/tests/unit-tests-testng/src/server/org/opends/server/schema/DITContentRuleSyntaxTest.java
+++ b/opends/tests/unit-tests-testng/src/server/org/opends/server/schema/DITContentRuleSyntaxTest.java
@@ -53,21 +53,21 @@
              + "( x121Address $ telexNumber ) )", true},
         {"( 2.5.6.4 NAME 'full rule' DESC 'rule with all possible fields' "
               + " OBSOLETE"
-              + " AUX ( person )"
+              + " AUX ( posixAccount )"
               + " MUST ( cn $ sn )"
               + " MAY ( dc )"
               + " NOT ( x121Address $ telexNumber ) )"
                 , true},
         {"( 2.5.6.4 NAME 'full rule' DESC 'ommit parenthesis' "
                   + " OBSOLETE"
-                  + " AUX person "
+                  + " AUX posixAccount "
                   + " MUST cn "
                   + " MAY dc "
                   + " NOT x121Address )"
               , true},
          {"( 2.5.6.4 NAME 'full rule' DESC 'use numeric OIDs' "
                 + " OBSOLETE"
-                + " AUX 2.5.6.6"
+                + " AUX 1.3.6.1.1.1.2.0"
                 + " MUST cn "
                 + " MAY dc "
                 + " NOT x121Address )"
@@ -88,7 +88,7 @@
                  , false},
          {"( 2.5.6.4 NAME 'full rule' DESC 'missing closing parenthesis' "
                  + " OBSOLETE"
-                 + " AUX person "
+                 + " AUX posixAccount"
                  + " MUST cn "
                  + " MAY dc "
                  + " NOT x121Address"

--
Gitblit v1.10.0