summaryrefslogtreecommitdiff
path: root/source3/stf
AgeCommit message (Collapse)AuthorFilesLines
2003-05-05Add a new entry to make check. If we have compiled python extensions,Tim Potter1-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)
2003-04-28Merge stf updates from HEAD.Tim Potter1-2/+2
(This used to be commit 20bde94eb881009128794283a1d7537bbc62e268)
2003-04-15This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User1-0/+41
used to be commit 35510176fd4feab6c1e3da2ee0ae791f9a064a2e)
2003-04-14Build and run the lib/snprintf.c test cases from "make check".Martin Pool2-2/+43
(This used to be commit 95ff914d8263028711f36ccc2f6cd1127aaa7809)
2003-04-14Syncup stf directory with HEAD.Tim Potter3-6/+46
(This used to be commit 161740392903e3e1b9281b9f72e61846b543b67f)
2003-04-13This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2-0/+271
used to be commit 381649916ecbaddefbb6ee0e6137b7cc73eb54b1)
2003-04-09StrCaseCmp tests: Add some tests in Katakana. Convert strings toMartin Pool1-3/+5
UTF-8 before passing to test harness. (This used to be commit 79b292de98208571e49648cf88d9b565396151be)
2003-04-09Tests for smbcontrol.Tim Potter2-1/+240
(This used to be commit 7bf68a533ee76ffebf77c4d09abf42079579646f)
2003-04-09Ignore testtmp directory.Tim Potter1-1/+2
(This used to be commit 862e3ee421efc92ebfcb17eabe06efea3a64999f)
2003-04-08Integrate abartlet's t_push_ucs2 test into test framework:Martin Pool2-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)
2003-04-08Merge from 1.2.2.2:Martin Pool1-1/+1
Update for new ComfyChair interface. (This used to be commit 9de9899165fbf403e369d8ebadd171ffdde8c3b7)
2003-04-04StrCaseCmp_Ascii_Tests: comfychair.TestCase.runcmd has changed toMartin Pool1-1/+1
return both stdout and stderr. Update to account for this. (This used to be commit 843c36143e07aa66b36014a35846143807676a10)
2003-04-04Merge from Subversion r50.Martin Pool1-68/+180
(This used to be commit 480487355929ec5ec066b33630c06c3a30bcca49)
2003-04-04Merge from Subversion:Martin Pool1-1/+6
Add example of a test that fails. (This used to be commit 1b1bb8ac37464339a7bffc84eb6d96ee1ae7d33d)
2003-03-19Add additional StrCaseCmp test cases.Martin Pool1-2/+14
Doc. (This used to be commit ac6027884b04943fac3d469ff6542d62293f46cc)
2003-03-19Add an STF module that defines the tests to be run by "make check".Martin Pool1-0/+33
(This used to be commit a5a2cc9ae9668e66d39beed1fdad4df0405fa4da)
2003-03-19A new STF test case! This one checks strcasecmp correctness forMartin Pool1-0/+57
various strings. (This used to be commit ef5bdb1700f6033f342d6bb32a8d0ee240dd34b8)
2003-03-18Decode waitstatus values when a command fails.Martin Pool1-2/+5
(This used to be commit e1baab1ee04b27447445351d0d88b0c02a5fa85d)
2003-03-18Start of a unit test for info3 caching. Much unfrastructure requiredTim Potter1-0/+54
before this can be fully implemented. )-: (This used to be commit a040a8471f884cb295100f841594d86ddf754bb6)
2003-03-17Ignore .pyc files.Tim Potter1-0/+1
(This used to be commit b20a357ac534b513383ad20046a99bb7f39bba25)
2003-03-14Add examples of ComfyChairMartin Pool1-0/+33
(This used to be commit dfee0a6ad5d203df04df8a54da87ff5e493a33ca)
2003-03-14Merge from SubversionMartin Pool1-2/+2
* Better report formatting (This used to be commit e7eafa10da828b4dc46a05a99164eb8ac37563df)
2003-03-12Update for new version of ComfyChair: some methods are renamed to beMartin Pool1-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)
2003-03-12New import of ComfyChair, many changesMartin Pool1-75/+139
(This used to be commit e84046e769a518fa1970827f4dcb8284ba9b9952)
2003-03-12Import Samba Testing Framework code from private CVS module.Martin Pool4-0/+472
(This used to be commit 0effe832a48f0c51d50675558cc2744e815d68c7)
2003-03-12Import design notes by martin and tpot from ComfyChair and stf modules.Martin Pool1-0/+175
(This used to be commit f923729ca37c18fd58943015a530607c05e96659)
2003-03-12Import ComfyChair framework from trunk.Martin Pool1-0/+266
(This used to be commit a7fb1fcc72ffe3cc2aa9c5abfcbd8197e7610167)
2003-03-12Start importing the Python testing framework that Tim and I have beenMartin Pool1-0/+3
working on into the main Samba tree. (This used to be commit f3b77aae13df2559a81db6453d04e0fe8004cd52)