summaryrefslogtreecommitdiffstats
path: root/source3/stf/strings.py
Commit message (Collapse)AuthorAgeFilesLines
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-3/+1
| | | | (This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
* r23791: found some more v2->v3 conversionsAndrew Tridgell2007-10-101-1/+1
| | | | (This used to be commit b6cbac3db3b478d5c7991cee78c6695fc8d22681)
* 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 (This used to be commit a893a324f37e6a171719db8ffffe66df31c2dbaa)
* Syncup stf directory with HEAD.Tim Potter2003-04-141-4/+42
| | | | (This used to be commit 161740392903e3e1b9281b9f72e61846b543b67f)
* StrCaseCmp_Ascii_Tests: comfychair.TestCase.runcmd has changed toMartin Pool2003-04-041-1/+1
| | | | | return both stdout and stderr. Update to account for this. (This used to be commit 843c36143e07aa66b36014a35846143807676a10)
* Add additional StrCaseCmp test cases.Martin Pool2003-03-191-2/+14
| | | | | Doc. (This used to be commit ac6027884b04943fac3d469ff6542d62293f46cc)
* A new STF test case! This one checks strcasecmp correctness forMartin Pool2003-03-191-0/+57
various strings. (This used to be commit ef5bdb1700f6033f342d6bb32a8d0ee240dd34b8)