Le 06/07/15 19:57, Stefan Seelmann a écrit :
> On 07/06/2015 06:46 PM, Stefan Seelmann wrote:
>> Fixed here: http://svn.apache.org/r1689453
>>
>> I replaced the version number 1.0.0-M30 with 0.0.0, so always the latest
>> version within the target platform is used.
>>
>> Kind Regards,
>> Stefan
>>
>> PS: I get some test failures in OpenLdapSchemaFileExporterTest, I'll
>> investigate.
> Ok, the OpenLdapSchemaFileExporterTest is fixed, it was due to changed
> formatting of OpenLDAP schema, see DIRSTUDIO-1060 and DIRAPI-240.
>
>
> But another test fails, is this an HashMap/HashSet ordering issue?
>
> testConstructor(org.apache.directory.studio.openldap.config.wrappers.DbIndexWrapperTest)
> Time elapsed: 0.012 sec <<< FAILURE!
> org.junit.ComparisonFailure: expected:<cn,objectclass,sn [eq,sub]> but
> was:<cn,objectclass,sn [sub,eq]>
> at org.junit.Assert.assertEquals(Assert.java:115)
> at org.junit.Assert.assertEquals(Assert.java:144)
> at
> org.apache.directory.studio.openldap.config.wrappers.DbIndexWrapperTest.testConstructor(DbIndexWrapperTest.java:61)
>
>
Yes, most certainly. I have to get this fixed.