selftests-drs: make our generated class subclass of classschema
commit3fda85276b9a3b3df6c5f1341dd586606deacfb1
authorMatthieu Patou <mat@matws.net>
Mon, 6 May 2013 07:58:28 +0000 (6 00:58 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 14 May 2013 05:07:18 +0000 (14 07:07 +0200)
treee8e5c935ae644c741e30474756d6a3cfc83a7f6d
parent33b54799a61eb6873eaeea2e7853f1314d8e6eee
selftests-drs: make our generated class subclass of classschema

Without this change objectclass=["top", "classSchema", "Foobar"] will
not be sorted correctly and will generated an error saying that class
Foobar is unreleated to classSchema (which is not true). It's mimicing what
other classes of the default schema are doing (ie. contact)

Signed-off-by: Matthieu Patou <mat@matws.net>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Tue May 14 07:07:19 CEST 2013 on sn-devel-104
source4/torture/drs/python/repl_schema.py