1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

5 Commits

Author SHA1 Message Date
Andrew Bartlett
a893a324f3 Given how core this code is, I figure it should have it's own testsuite.
Big thanks to tpot and mbp for showing how easy it can be to write a simple
unit test, and for providing the STF.

This also changes the strstr_m() code to use strstr_w() (avoiding
duplication) and fixes it so that it passes the STF.

(We now always restart before doing the unicode run, until sombody can
show me why the testsuite is wrong).

Andrew Bartlett
-
Tim Potter
1617403929 Syncup stf directory with HEAD. -
Martin Pool
843c36143e StrCaseCmp_Ascii_Tests: comfychair.TestCase.runcmd has changed to
return both stdout and stderr.  Update to account for this.
-
Martin Pool
ac6027884b Add additional StrCaseCmp test cases.
Doc.
-
Martin Pool
ef5bdb1700 A new STF test case! This one checks strcasecmp correctness for
various strings.
-