Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 2007-10-10 | 1 | -3/+1 |
| | |||||
* | r23791: found some more v2->v3 conversions | Andrew Tridgell | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | Given how core this code is, I figure it should have it's own testsuite. | Andrew Bartlett | 2004-03-09 | 1 | -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 Potter | 2003-04-14 | 1 | -4/+42 |
| | |||||
* | StrCaseCmp_Ascii_Tests: comfychair.TestCase.runcmd has changed to | Martin Pool | 2003-04-04 | 1 | -1/+1 |
| | | | | return both stdout and stderr. Update to account for this. | ||||
* | Add additional StrCaseCmp test cases. | Martin Pool | 2003-03-19 | 1 | -2/+14 |
| | | | | Doc. | ||||
* | A new STF test case! This one checks strcasecmp correctness for | Martin Pool | 2003-03-19 | 1 | -0/+57 |
various strings. |