summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests/strings.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-02-18 23:59:48 +0100
committerJelmer Vernooij <jelmer@samba.org>2012-02-18 23:59:48 +0100
commita977de9fdfc2cad9724fd46995258a17f05d5b73 (patch)
tree431265ab6b0a0b5dd7538870d7124e164e242b9d /source4/scripting/python/samba/tests/strings.py
parentc29e0258e0b9d4cbf05e1ff30f8787b314b23b04 (diff)
downloadsamba-a977de9fdfc2cad9724fd46995258a17f05d5b73.tar.gz
samba-a977de9fdfc2cad9724fd46995258a17f05d5b73.tar.xz
samba-a977de9fdfc2cad9724fd46995258a17f05d5b73.zip
s4-python: Various formatting fixes.
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 0c96f5cb198..48ad24224e2 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'),