From: Douglas Bagnall Date: Wed, 22 Aug 2018 04:30:02 +0000 (+1200) Subject: ldb tests: remove unused code from match_rules.py X-Git-Tag: tdb-1.3.17~2040 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d0dc38cfed6b1966d41201d93bc321fbf80f0f6;p=thirdparty%2Fsamba.git ldb tests: remove unused code from match_rules.py Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/lib/ldb-samba/tests/match_rules.py b/lib/ldb-samba/tests/match_rules.py index 7c472816f8d..f36c9fb8ca7 100755 --- a/lib/ldb-samba/tests/match_rules.py +++ b/lib/ldb-samba/tests/match_rules.py @@ -1128,9 +1128,6 @@ class MatchRuleConditionTests(samba.tests.TestCase): FLAG_MOD_ADD, "member") self.ldb.modify(m) - self.question = 6 * (9 -2) - self.answer = 42 - def tearDown(self): super(MatchRuleConditionTests, self).tearDown() self.ldb.delete(self.ou, controls=['tree_delete:0'])