diff options
Diffstat (limited to 'tests/test_xmlrpc/objectclasses.py')
-rw-r--r-- | tests/test_xmlrpc/objectclasses.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_xmlrpc/objectclasses.py b/tests/test_xmlrpc/objectclasses.py index a173bbe5..d98a7ee6 100644 --- a/tests/test_xmlrpc/objectclasses.py +++ b/tests/test_xmlrpc/objectclasses.py @@ -154,3 +154,9 @@ dnsrecord = [ u'top', u'idnsrecord', ] + +realmdomains = [ + u'top', + u'nsContainer', + u'domainRelatedObject', +] |