Index: tests/10_ldap/70schema_unregistration_basis =================================================================== --- tests/10_ldap/70schema_unregistration_basis (Revision 44858) +++ tests/10_ldap/70schema_unregistration_basis (Arbeitskopie) @@ -40,7 +40,7 @@ VERSION=1 . /usr/share/univention-join/joinscripthelper.lib . /usr/share/univention-lib/ldap.sh -ucs_unregisterLDAPExtension "$@" --schema /usr/share/%(package_name)s/%(schema_name)s || die +ucs_unregisterLDAPExtension "$@" --schema %(schema_name)s || die exit 0 ''' % {'package_name': package_name, 'schema_name': schema_name} @@ -80,8 +80,8 @@ call_unjoin_script(unjoin_script_name) -# The ldap server needs a few seconds -sleep(5) +# The postrun needs a few seconds +sleep(20) schema = fetch_schema_from_ldap_master() attribute_identifier = "( 1.3.6.1.4.1.10176.200.10999.%(attribute_id)s NAME 'univentionFreeAttribute%(attribute_id)s" % {'attribute_id': attribute_id}