summaryrefslogtreecommitdiff
path: root/source3/stf/strings.py
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell1-3/+1
(This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
2007-10-10r23791: found some more v2->v3 conversionsAndrew Tridgell1-1/+1
(This used to be commit b6cbac3db3b478d5c7991cee78c6695fc8d22681)
2004-03-09Given how core this code is, I figure it should have it's own testsuite.Andrew Bartlett1-0/+44
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 (This used to be commit a893a324f37e6a171719db8ffffe66df31c2dbaa)
2003-04-14Syncup stf directory with HEAD.Tim Potter1-4/+42
(This used to be commit 161740392903e3e1b9281b9f72e61846b543b67f)
2003-04-04StrCaseCmp_Ascii_Tests: comfychair.TestCase.runcmd has changed toMartin Pool1-1/+1
return both stdout and stderr. Update to account for this. (This used to be commit 843c36143e07aa66b36014a35846143807676a10)
2003-03-19Add additional StrCaseCmp test cases.Martin Pool1-2/+14
Doc. (This used to be commit ac6027884b04943fac3d469ff6542d62293f46cc)
2003-03-19A new STF test case! This one checks strcasecmp correctness forMartin Pool1-0/+57
various strings. (This used to be commit ef5bdb1700f6033f342d6bb32a8d0ee240dd34b8)