s4/dsdb/pytest/ldap_schema: remove duplicate test
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 11 Oct 2018 04:00:46 +0000 (17:00 +1300)
committerNoel Power <npower@samba.org>
Thu, 25 Oct 2018 19:45:59 +0000 (21:45 +0200)
commit311727947799e896e05d644103c9db80a665de88
tree0b2638c0c04246a6e67609cb25e8b6a71b57f603
parentd2fadfd6e45de60ef78e29a9dd359ff3f3bfe778
s4/dsdb/pytest/ldap_schema: remove duplicate test

The tests differ in two lines, thus:

     def test_subClassOf(self):
     -        """ Testing usage of custom child schamaClass
     +        """ Testing usage of custom child classSchema

[...]

   -governsId: 1.3.6.1.4.1.7165.4.6.2.6.3.""" + str(random.randint(1, 100000)) + """
   +governsId: 1.3.6.1.4.1.7165.4.6.2.6.7.""" + str(random.randint(1, 100000)) + """

with the governsId OID changed because it was noticed they were colliding.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
source4/dsdb/tests/python/ldap_schema.py