From: Douglas Bagnall Date: Thu, 29 Aug 2024 00:39:09 +0000 (+1200) Subject: ldb:test:api_search: remove pass-through setUp()s X-Git-Tag: tdb-1.4.13~1155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45137017af3860be31f974c711e96efa95d6b61c;p=thirdparty%2Fsamba.git ldb:test:api_search: remove pass-through setUp()s Signed-off-by: Douglas Bagnall Reviewed-by: Andreas Schneider --- diff --git a/lib/ldb/tests/python/api_search.py b/lib/ldb/tests/python/api_search.py index 45b62df64dc..d0204c85a9e 100644 --- a/lib/ldb/tests/python/api_search.py +++ b/lib/ldb/tests/python/api_search.py @@ -1219,9 +1219,6 @@ class IndexedCheckSearchTests(IndexedSearchTests): break things (full scan disabled)""" IDXCHECK = True - def setUp(self): - super().setUp() - class IndexedSearchDnFilterTests(SearchTests): """Test searches using the index, to ensure the index doesn't @@ -1256,9 +1253,6 @@ class IndexedCheckedAndOneLevelSearchTests(IndexedAndOneLevelSearchTests): the index doesn't break things (full scan disabled)""" IDXCHECK = True - def setUp(self): - super().setUp() - class IndexedAndOneLevelDNFilterSearchTests(SearchTests): """Test searches using the index including @IDXONE, to ensure @@ -1291,9 +1285,6 @@ class GUIDIndexedSearchTests(SearchTests): "@IDXGUID": [b"objectUUID"], "@IDX_DN_GUID": [b"GUID"]}) - def setUp(self): - super().setUp() - class GUIDIndexedDNFilterSearchTests(SearchTests): """Test searches using the index, to ensure the index doesn't