summaryrefslogtreecommitdiffstats
path: root/source3/stf
Commit message (Collapse)AuthorAgeFilesLines
* s3-selftest Remove unused and unimplemented info3cache testAndrew Bartlett2011-05-181-54/+0
|
* selftest: Re-enable strings.py from source3/stf as a python subunit testAndrew Bartlett2011-05-182-180/+0
|
* s3-selftest Remove unused sambalib.py from comfychair test systemAndrew Bartlett2011-05-181-39/+0
| | | | The test binary t_snprintf has moved to lib/replace
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-107-21/+7
| | | | (This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
* r23791: found some more v2->v3 conversionsAndrew Tridgell2007-10-107-7/+7
| | | | (This used to be commit b6cbac3db3b478d5c7991cee78c6695fc8d22681)
* r39: * importing .cvsignore filesGerald Carter2007-10-101-2/+0
| | | | | * updateing WHATSNEW with vl's change (This used to be commit a7e2730ec4389e0c249886a8bfe1ee14c5abac41)
* 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)
* 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. (This used to be commit 38dac4ca4e657b130acf3921573380d33399a5e6)
* Merge stf updates from HEAD.Tim Potter2003-04-281-2/+2
| | | | (This used to be commit 20bde94eb881009128794283a1d7537bbc62e268)
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-04-151-0/+41
|\ | | | | | | used to be commit 35510176fd4feab6c1e3da2ee0ae791f9a064a2e)
| * Build and run the lib/snprintf.c test cases from "make check".Martin Pool2003-04-142-2/+43
| | | | | | | | (This used to be commit 95ff914d8263028711f36ccc2f6cd1127aaa7809)
* | Syncup stf directory with HEAD.Tim Potter2003-04-143-6/+46
| | | | | | | | (This used to be commit 161740392903e3e1b9281b9f72e61846b543b67f)
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-04-132-0/+271
|\| | | | | | | used to be commit 381649916ecbaddefbb6ee0e6137b7cc73eb54b1)
| * StrCaseCmp tests: Add some tests in Katakana. Convert strings toMartin Pool2003-04-091-3/+5
| | | | | | | | | | UTF-8 before passing to test harness. (This used to be commit 79b292de98208571e49648cf88d9b565396151be)
| * Tests for smbcontrol.Tim Potter2003-04-092-1/+240
| | | | | | | | (This used to be commit 7bf68a533ee76ffebf77c4d09abf42079579646f)
| * Ignore testtmp directory.Tim Potter2003-04-091-1/+2
| | | | | | | | (This used to be commit 862e3ee421efc92ebfcb17eabe06efea3a64999f)
| * 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. (This used to be commit 275e095c92ac74815ab9e388a0e83cdb7ddd85f3)
| * Merge from 1.2.2.2:Martin Pool2003-04-081-1/+1
| | | | | | | | | | Update for new ComfyChair interface. (This used to be commit 9de9899165fbf403e369d8ebadd171ffdde8c3b7)
* | 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)
* Merge from Subversion r50.Martin Pool2003-04-041-68/+180
| | | | (This used to be commit 480487355929ec5ec066b33630c06c3a30bcca49)
* Merge from Subversion:Martin Pool2003-04-041-1/+6
| | | | | Add example of a test that fails. (This used to be commit 1b1bb8ac37464339a7bffc84eb6d96ee1ae7d33d)
* Add additional StrCaseCmp test cases.Martin Pool2003-03-191-2/+14
| | | | | Doc. (This used to be commit ac6027884b04943fac3d469ff6542d62293f46cc)
* Add an STF module that defines the tests to be run by "make check".Martin Pool2003-03-191-0/+33
| | | | (This used to be commit a5a2cc9ae9668e66d39beed1fdad4df0405fa4da)
* A new STF test case! This one checks strcasecmp correctness forMartin Pool2003-03-191-0/+57
| | | | | various strings. (This used to be commit ef5bdb1700f6033f342d6bb32a8d0ee240dd34b8)
* Decode waitstatus values when a command fails.Martin Pool2003-03-181-2/+5
| | | | (This used to be commit e1baab1ee04b27447445351d0d88b0c02a5fa85d)
* Start of a unit test for info3 caching. Much unfrastructure requiredTim Potter2003-03-181-0/+54
| | | | | before this can be fully implemented. )-: (This used to be commit a040a8471f884cb295100f841594d86ddf754bb6)
* Ignore .pyc files.Tim Potter2003-03-171-0/+1
| | | | (This used to be commit b20a357ac534b513383ad20046a99bb7f39bba25)
* Add examples of ComfyChairMartin Pool2003-03-141-0/+33
| | | | (This used to be commit dfee0a6ad5d203df04df8a54da87ff5e493a33ca)
* Merge from SubversionMartin Pool2003-03-141-2/+2
| | | | | * Better report formatting (This used to be commit e7eafa10da828b4dc46a05a99164eb8ac37563df)
* 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. (This used to be commit 9b0c59a10707b2bbe3837d718e5030a6cdf19bfa)
* New import of ComfyChair, many changesMartin Pool2003-03-121-75/+139
| | | | (This used to be commit e84046e769a518fa1970827f4dcb8284ba9b9952)
* Import Samba Testing Framework code from private CVS module.Martin Pool2003-03-124-0/+472
| | | | (This used to be commit 0effe832a48f0c51d50675558cc2744e815d68c7)
* Import design notes by martin and tpot from ComfyChair and stf modules.Martin Pool2003-03-121-0/+175
| | | | (This used to be commit f923729ca37c18fd58943015a530607c05e96659)
* Import ComfyChair framework from trunk.Martin Pool2003-03-121-0/+266
| | | | (This used to be commit a7fb1fcc72ffe3cc2aa9c5abfcbd8197e7610167)
* Start importing the Python testing framework that Tim and I have beenMartin Pool2003-03-121-0/+3
working on into the main Samba tree. (This used to be commit f3b77aae13df2559a81db6453d04e0fe8004cd52)