summaryrefslogtreecommitdiff
path: root/lib/ldb-samba
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2018-08-22 16:30:02 +1200
committerDouglas Bagnall <dbagnall@samba.org>2018-08-24 07:49:31 +0200
commit5d0dc38cfed6b1966d41201d93bc321fbf80f0f6 (patch)
treec79bc6d1d774099dc3e269af9d400bc132a1d7c8 /lib/ldb-samba
parent2ccb0b0384304e88ff390b1a8974a9dca09c6528 (diff)
downloadsamba-5d0dc38cfed6b1966d41201d93bc321fbf80f0f6.tar.gz
ldb tests: remove unused code from match_rules.py
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/ldb-samba')
-rwxr-xr-xlib/ldb-samba/tests/match_rules.py3
1 files changed, 0 insertions, 3 deletions
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'])