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

5 Commits

Author SHA1 Message Date
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
-
1617403929 Syncup stf directory with HEAD. -
843c36143e StrCaseCmp_Ascii_Tests: comfychair.TestCase.runcmd has changed to
return both stdout and stderr.  Update to account for this.
-
ac6027884b Add additional StrCaseCmp test cases.
Doc.
-
ef5bdb1700 A new STF test case! This one checks strcasecmp correctness for
various strings.
-