[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Testing inclusion of comments in LDIF files (ITS#2054)
test004 already incorporates LDIF comment tests.
At 01:29 AM 2002-08-29, dev.openldap@cynode.org wrote:
>Full_Name: M.-A. DARCHE
>Version: 2.1.4
>OS: GNU/Linux
>URL:
>Submission from: (NULL) (213.41.87.82)
>
>
>
>Nothing is broken, it is just an enhancement request for the tests provided
>with the source code distribution.
>
>Some time ago, with the 2.0.x series of OpenLDAP, I had problems with slapadd
>that
>just wouldn't accept comments in the LDIF files that it was being fed with.
>
>Even if the 2.1.x series hasn't got this problem anymore, there is no guaranty
>that it will not happen again since there is no test to check about a regression
>
>in this area.
>
>In the source code distribution there is this LDIF content :
>tests/data/test-ordered.ldif
>
>So it would be good to add comments before each entry :
>
> # Definition of the root of the directory
> dn: o=University of Michigan,c=US
>
> # Definition of an organizationalUnit
> dn: ou=People,o=University of Michigan,c=US
>
> etc.
>
>As you see, this request is very easy to implement :-)