The documentation should mention that @ApplyLdifFiles annotation is unused
--------------------------------------------------------------------------
Key: DIRSERVER-1303
URL: https://issues.apache.org/jira/browse/DIRSERVER-1303
Project: Directory ApacheDS
Issue Type: Bug
Components: doc
Affects Versions: 1.5.9
Reporter: Aleksander Adamowski
Priority: Minor
According to
http://cwiki.apache.org/DIRxSRVx11/42-using-apacheds-for-unit-tests.html and
http://vm094.oxylos.org/projects/apacheds/apidocs/org/apache/directory/server/core/integ/annotations/ApplyLdifFiles.html
the @ApplyLdifFiles is used by the integration test runner to apply custom
changes to the temporary directory server instance.
However, unlike @ApplyLdifs annotation (which works fine), the information from
@ApplyLdifFiles seems to be unused - it ends up in the
org.apache.directory.server.core.integ.InheritableSettings class, and
getLdifFiles() method seems to not be called from anywhere except the method
itself (I've grepped the whole trunk sources of Apache DS).
The documentation should mention that this functionality isn't implemented yet.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.