1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-27 07:42:04 +03:00

s4-python: Various formatting fixes.

This commit is contained in:
Jelmer Vernooij
2012-02-18 23:59:48 +01:00
parent c29e0258e0
commit a977de9fdf
9 changed files with 42 additions and 59 deletions

View File

@ -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'),