Implement tests for AttributeType additions in SchemaManager
------------------------------------------------------------
Key: DIRSERVER-1426
URL: https://issues.apache.org/jira/browse/DIRSERVER-1426
Project: Directory ApacheDS
Issue Type: Test
Components: schema
Reporter: Emmanuel Lecharny
Fix For: 2.0.0-RC1
We need tests for the SchemaManager, in shared-ldap-schema-loader project :
o AT with no superior
- no syntax => error
- Collective AT => USAGE = userApplications
- NO-USER-MODIFICATION => operational AT
- equalityOid must be valid
- orderingOid must exist
- substringOid must exist
o AT with superior
- no Syntax => take its superior syntax
- Usage must be equals to its superior
- if equality, ordering or substring are null, they must take its superior's
value for those MR
- no cycle allowed (cannot be it's own superior)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.