summaryrefslogtreecommitdiff
path: root/source4/scripting/python/samba/tests/strings.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/scripting/python/samba/tests/strings.py')
-rw-r--r--source4/scripting/python/samba/tests/strings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/tests/strings.py b/source4/scripting/python/samba/tests/strings.py
index 0c96f5cb19..48ad24224e 100644
--- a/source4/scripting/python/samba/tests/strings.py
+++ b/source4/scripting/python/samba/tests/strings.py
@@ -67,6 +67,7 @@ class strcasecmp_m_Tests(samba.tests.TestCase):
class strstr_m_Tests(samba.tests.TestCase):
"""strstr_m tests in simple ASCII and unicode strings"""
+
def test_strstr_m(self):
# A, B, strstr_m(A, B)
cases = [('hello', 'hello', 'hello'),