s4-test/repl_schema: use 'top' as default base class for our test classSchema objects
authorKamen Mazdrashki <kamenim@samba.org>
Thu, 9 Dec 2010 02:57:08 +0000 (04:57 +0200)
committerKamen Mazdrashki <kamenim@samba.org>
Tue, 14 Dec 2010 23:51:19 +0000 (00:51 +0100)
commitefcc3c0d796d66c5eddeabf5f8fe00769a17b72b
tree96701695b9d53e3f0be429e9a89d840a1b7a1bd4
parent13790757620827eed73a81462386d269bdfa0fa7
s4-test/repl_schema: use 'top' as default base class for our test classSchema objects

Otherwise we will end up passing whole inheritance chain
every time we create some new fancy classSchema object
(as the 'cls-A' and 'cls-B' ones in test_classWithCustomAttribute test)
source4/torture/drs/python/repl_schema.py