From a977de9fdfc2cad9724fd46995258a17f05d5b73 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 18 Feb 2012 23:59:48 +0100 Subject: s4-python: Various formatting fixes. --- source4/scripting/python/samba/tests/strings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/scripting/python/samba/tests/strings.py') 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'), -- cgit