Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 2007-10-10 | 7 | -21/+7 |
| | |||||
* | r23791: found some more v2->v3 conversions | Andrew Tridgell | 2007-10-10 | 7 | -7/+7 |
| | |||||
* | r39: * importing .cvsignore files | Gerald Carter | 2007-10-10 | 1 | -2/+0 |
| | | | | * updateing WHATSNEW with vl's change | ||||
* | 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 | ||||
* | Add a new entry to make check. If we have compiled python extensions, | Tim Potter | 2003-05-05 | 1 | -0/+48 |
| | | | | | run the pythoncheck.py test. At the moment this just checks every python extension can be imported sucessfully. | ||||
* | Merge stf updates from HEAD. | Tim Potter | 2003-04-28 | 1 | -2/+2 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2003-04-15 | 1 | -0/+41 |
|\ | |||||
| * | Build and run the lib/snprintf.c test cases from "make check". | Martin Pool | 2003-04-14 | 2 | -2/+43 |
| | | |||||
* | | Syncup stf directory with HEAD. | Tim Potter | 2003-04-14 | 3 | -6/+46 |
| | | |||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2003-04-13 | 2 | -0/+271 |
|\ \ | |/ | |||||
| * | StrCaseCmp tests: Add some tests in Katakana. Convert strings to | Martin Pool | 2003-04-09 | 1 | -3/+5 |
| | | | | | | | | UTF-8 before passing to test harness. | ||||
| * | Tests for smbcontrol. | Tim Potter | 2003-04-09 | 2 | -1/+240 |
| | | |||||
| * | Ignore testtmp directory. | Tim Potter | 2003-04-09 | 1 | -1/+2 |
| | | |||||
| * | Integrate abartlet's t_push_ucs2 test into test framework: | Martin Pool | 2003-04-08 | 2 | -2/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Build t_push_ucs2 as part of check-programs, the prerequisite for "make check". - t_push_ucs2.c: Load configuration from /dev/null so that we get a unix_charset of UTF-8 and can do meaningful UCS2 tests. Better comment. - Add a test to strings.py which tries conversion UTF8->UCS2->UTF8 and checks the results. Do this for English, Latin-1, and Katakana strings. - Add Python module with symbolic names for a handful of UNICODE characters. | ||||
| * | Merge from 1.2.2.2: | Martin Pool | 2003-04-08 | 1 | -1/+1 |
| | | | | | | | | Update for new ComfyChair interface. | ||||
* | | 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. | ||||
* | Merge from Subversion r50. | Martin Pool | 2003-04-04 | 1 | -68/+180 |
| | |||||
* | Merge from Subversion: | Martin Pool | 2003-04-04 | 1 | -1/+6 |
| | | | | Add example of a test that fails. | ||||
* | Add additional StrCaseCmp test cases. | Martin Pool | 2003-03-19 | 1 | -2/+14 |
| | | | | Doc. | ||||
* | Add an STF module that defines the tests to be run by "make check". | Martin Pool | 2003-03-19 | 1 | -0/+33 |
| | |||||
* | A new STF test case! This one checks strcasecmp correctness for | Martin Pool | 2003-03-19 | 1 | -0/+57 |
| | | | | various strings. | ||||
* | Decode waitstatus values when a command fails. | Martin Pool | 2003-03-18 | 1 | -2/+5 |
| | |||||
* | Start of a unit test for info3 caching. Much unfrastructure required | Tim Potter | 2003-03-18 | 1 | -0/+54 |
| | | | | before this can be fully implemented. )-: | ||||
* | Ignore .pyc files. | Tim Potter | 2003-03-17 | 1 | -0/+1 |
| | |||||
* | Add examples of ComfyChair | Martin Pool | 2003-03-14 | 1 | -0/+33 |
| | |||||
* | Merge from Subversion | Martin Pool | 2003-03-14 | 1 | -2/+2 |
| | | | | * Better report formatting | ||||
* | Update for new version of ComfyChair: some methods are renamed to be | Martin Pool | 2003-03-12 | 1 | -9/+14 |
| | | | | | | | more consistent, and it now looks at command-line arguments to work out what to do. Run this program to get a quick demonstration of what ComfyChair does. | ||||
* | New import of ComfyChair, many changes | Martin Pool | 2003-03-12 | 1 | -75/+139 |
| | |||||
* | Import Samba Testing Framework code from private CVS module. | Martin Pool | 2003-03-12 | 4 | -0/+472 |
| | |||||
* | Import design notes by martin and tpot from ComfyChair and stf modules. | Martin Pool | 2003-03-12 | 1 | -0/+175 |
| | |||||
* | Import ComfyChair framework from trunk. | Martin Pool | 2003-03-12 | 1 | -0/+266 |
| | |||||
* | Start importing the Python testing framework that Tim and I have been | Martin Pool | 2003-03-12 | 1 | -0/+3 |
working on into the main Samba tree. |