summaryrefslogtreecommitdiffstats
path: root/source/stf
Commit message (Collapse)AuthorAgeFilesLines
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-107-21/+7
|
* r23791: found some more v2->v3 conversionsAndrew Tridgell2007-10-107-7/+7
|
* r39: * importing .cvsignore filesGerald Carter2007-10-101-2/+0
| | | | * updateing WHATSNEW with vl's change
* 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
* Add a new entry to make check. If we have compiled python extensions,Tim Potter2003-05-051-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 Potter2003-04-281-2/+2
|
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-04-151-0/+41
|\
| * Build and run the lib/snprintf.c test cases from "make check".Martin Pool2003-04-142-2/+43
| |
* | Syncup stf directory with HEAD.Tim Potter2003-04-143-6/+46
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2003-04-132-0/+271
|\|
| * StrCaseCmp tests: Add some tests in Katakana. Convert strings toMartin Pool2003-04-091-3/+5
| | | | | | | | UTF-8 before passing to test harness.
| * Tests for smbcontrol.Tim Potter2003-04-092-1/+240
| |
| * Ignore testtmp directory.Tim Potter2003-04-091-1/+2
| |
| * Integrate abartlet's t_push_ucs2 test into test framework:Martin Pool2003-04-082-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 Pool2003-04-081-1/+1
| | | | | | | | Update for new ComfyChair interface.
* | StrCaseCmp_Ascii_Tests: comfychair.TestCase.runcmd has changed toMartin Pool2003-04-041-1/+1
|/ | | | return both stdout and stderr. Update to account for this.
* 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.