From 45137017af3860be31f974c711e96efa95d6b61c Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 29 Aug 2024 12:39:09 +1200 Subject: [PATCH] ldb:test:api_search: remove pass-through setUp()s Signed-off-by: Douglas Bagnall Reviewed-by: Andreas Schneider --- lib/ldb/tests/python/api_search.py | 9 --------- 1 file changed, 9 deletions(-) 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 -- 2.47.2