diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2012-02-18 23:59:48 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2012-02-18 23:59:48 +0100 |
commit | a977de9fdfc2cad9724fd46995258a17f05d5b73 (patch) | |
tree | 431265ab6b0a0b5dd7538870d7124e164e242b9d /source4/scripting/python/samba/tests/strings.py | |
parent | c29e0258e0b9d4cbf05e1ff30f8787b314b23b04 (diff) | |
download | samba-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.py | 1 |
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'), |