1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-22 02:50:28 +03:00

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)
This commit is contained in:
Kamen Mazdrashki 2010-12-09 04:57:08 +02:00
parent 1379075762
commit efcc3c0d79

@ -125,7 +125,7 @@ class DrsReplSchemaTestCase(samba.tests.TestCase):
"governsId": "1.2.840." + str(random.randint(1,100000)) + ".1.5.13",
"instanceType": "4",
"objectClassCategory": "1",
"subClassOf": "organizationalPerson",
"subClassOf": "top",
"systemOnly": "FALSE"}
# allow overriding/adding attributes
if not attrs is None: