summaryrefslogtreecommitdiffstats
path: root/source/stf/strings.py
Commit message (Collapse)AuthorAgeFilesLines
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-3/+1
|
* r23791: found some more v2->v3 conversionsAndrew Tridgell2007-10-101-1/+1
|
* Given how core this code is, I figure it should have it's own testsuite.Andrew Bartlett2004-03-091-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
* Syncup stf directory with HEAD.Tim Potter2003-04-141-4/+42
|
* StrCaseCmp_Ascii_Tests: comfychair.TestCase.runcmd has changed toMartin Pool2003-04-041-1/+1
| | | | return both stdout and stderr. Update to account for this.
* Add additional StrCaseCmp test cases.Martin Pool2003-03-191-2/+14
| | | | Doc.
* A new STF test case! This one checks strcasecmp correctness forMartin Pool2003-03-191-0/+57
various strings.