summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/ad_dc_medley_performance.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/dsdb/tests/python/ad_dc_medley_performance.py')
-rw-r--r--source4/dsdb/tests/python/ad_dc_medley_performance.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/ad_dc_medley_performance.py b/source4/dsdb/tests/python/ad_dc_medley_performance.py
index 9ea1b6aac7c..f2a8fea60b5 100644
--- a/source4/dsdb/tests/python/ad_dc_medley_performance.py
+++ b/source4/dsdb/tests/python/ad_dc_medley_performance.py
@@ -254,7 +254,7 @@ class UserTests(samba.tests.TestCase):
def _test_complex_search(self, n=100):
classes = ['samaccountname', 'objectCategory', 'dn', 'member']
values = ['*', '*t*', 'g*', 'user']
- comparators = ['=', '<=', '>='] # '~=' causes error
+ comparators = ['=', '<=', '>='] # '~=' causes error
maybe_not = ['!(', '']
joiners = ['&', '|']