summaryrefslogtreecommitdiffstats
path: root/source/stf
Commit message (Collapse)AuthorAgeFilesLines
* Merge from Subversion r50.Martin Pool2003-04-041-68/+180
|
* Merge from Subversion:Martin Pool2003-04-041-1/+6
| | | | Add example of a test that fails.
* Add additional StrCaseCmp test cases.Martin Pool2003-03-191-2/+14
| | | | Doc.
* Add an STF module that defines the tests to be run by "make check".Martin Pool2003-03-191-0/+33
|
* A new STF test case! This one checks strcasecmp correctness forMartin Pool2003-03-191-0/+57
| | | | various strings.
* Decode waitstatus values when a command fails.Martin Pool2003-03-181-2/+5
|
* Start of a unit test for info3 caching. Much unfrastructure requiredTim Potter2003-03-181-0/+54
| | | | before this can be fully implemented. )-:
* Ignore .pyc files.Tim Potter2003-03-171-0/+1
|
* Add examples of ComfyChairMartin Pool2003-03-141-0/+33
|
* Merge from SubversionMartin Pool2003-03-141-2/+2
| | | | * Better report formatting
* Update for new version of ComfyChair: some methods are renamed to beMartin Pool2003-03-121-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 changesMartin Pool2003-03-121-75/+139
|
* Import Samba Testing Framework code from private CVS module.Martin Pool2003-03-124-0/+472
|
* Import design notes by martin and tpot from ComfyChair and stf modules.Martin Pool2003-03-121-0/+175
|
* Import ComfyChair framework from trunk.Martin Pool2003-03-121-0/+266
|
* Start importing the Python testing framework that Tim and I have beenMartin Pool2003-03-121-0/+3
working on into the main Samba tree.