From: Douglas Bagnall Date: Sat, 27 Oct 2018 21:56:15 +0000 (+1300) Subject: s4/dsdb/pytest/ldap_schema: fix typo in docs X-Git-Tag: tdb-1.3.17~1047 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6368ae6d4520f6be29068b3d3e6f26f1366f1d8;p=thirdparty%2Fsamba.git s4/dsdb/pytest/ldap_schema: fix typo in docs Commit 311727947799e896e05d644103c9db80a665de88 removed a duplicate test but it removed the wrong one, leaving this dreadful typo. Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/source4/dsdb/tests/python/ldap_schema.py b/source4/dsdb/tests/python/ldap_schema.py index 6153852a59f..821518d5508 100755 --- a/source4/dsdb/tests/python/ldap_schema.py +++ b/source4/dsdb/tests/python/ldap_schema.py @@ -246,7 +246,7 @@ name: """ + object_name + """ delete_force(self.ldb, "cn=%s,cn=Users,%s" % (object_name, self.base_dn)) def test_subClassOf(self): - """ Testing usage of custom child schamaClass + """ Testing usage of custom child classSchema """ class_name = "my-Class" + time.strftime("%s", time.gmtime())