2a12424e4b
s3-selftest Remove unused and unimplemented info3cache test
2011-05-18 16:12:08 +02:00
fa3e2fc8bb
selftest: Re-enable strings.py from source3/stf as a python subunit test
2011-05-18 16:12:08 +02:00
035dbce3ad
s3-selftest Remove unused sambalib.py from comfychair test system
...
The test binary t_snprintf has moved to lib/replace
2011-05-18 16:12:08 +02:00
9fa1c63578
r23798: updated old Temple Place FSF addresses to new URL
...
(This used to be commit c676a97114
)
2007-10-10 12:28:26 -05:00
34bb47c9b0
r23791: found some more v2->v3 conversions
...
(This used to be commit b6cbac3db3
)
2007-10-10 12:28:25 -05:00
931df5850e
r39: * importing .cvsignore files
...
* updateing WHATSNEW with vl's change
(This used to be commit a7e2730ec4
)
2007-10-10 10:51:05 -05:00
32665c36c8
Given how core this code is, I figure it should have it's own testsuite.
...
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 a893a324f3
)
2004-03-09 11:15:44 +00:00
60233cd356
Add a new entry to make check. If we have compiled python extensions,
...
run the pythoncheck.py test. At the moment this just checks every
python extension can be imported sucessfully.
(This used to be commit 38dac4ca4e
)
2003-05-05 06:22:36 +00:00
322d385b6e
Merge stf updates from HEAD.
...
(This used to be commit 20bde94eb8
)
2003-04-28 05:20:01 +00:00
f39855dcf6
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit 35510176fd
)
2003-04-15 12:35:53 +00:00
4dc97bea8b
Build and run the lib/snprintf.c test cases from "make check".
...
(This used to be commit 95ff914d82
)
2003-04-14 06:07:25 +00:00
2228271d68
Syncup stf directory with HEAD.
...
(This used to be commit 1617403929
)
2003-04-14 00:21:52 +00:00
a47d06a2c2
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit 381649916e
)
2003-04-13 13:50:46 +00:00
1e9be586c8
StrCaseCmp tests: Add some tests in Katakana. Convert strings to
...
UTF-8 before passing to test harness.
(This used to be commit 79b292de98
)
2003-04-09 06:50:59 +00:00
2988370510
Tests for smbcontrol.
...
(This used to be commit 7bf68a533e
)
2003-04-09 05:57:00 +00:00
a62cd3285a
Ignore testtmp directory.
...
(This used to be commit 862e3ee421
)
2003-04-09 05:55:33 +00:00
bce94d35f1
Integrate abartlet's t_push_ucs2 test into test framework:
...
- 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 275e095c92
)
2003-04-08 08:05:01 +00:00
d3d0951a28
Merge from 1.2.2.2:
...
Update for new ComfyChair interface.
(This used to be commit 9de9899165
)
2003-04-08 05:01:18 +00:00
2323b1b52d
StrCaseCmp_Ascii_Tests: comfychair.TestCase.runcmd has changed to
...
return both stdout and stderr. Update to account for this.
(This used to be commit 843c36143e
)
2003-04-04 03:20:24 +00:00
94e5719dac
Merge from Subversion r50.
...
(This used to be commit 4804873559
)
2003-04-04 03:16:27 +00:00
03ccc4ac13
Merge from Subversion:
...
Add example of a test that fails.
(This used to be commit 1b1bb8ac37
)
2003-04-04 03:14:48 +00:00
41fdeceb82
Add additional StrCaseCmp test cases.
...
Doc.
(This used to be commit ac6027884b
)
2003-03-19 08:32:42 +00:00
de12a0d954
Add an STF module that defines the tests to be run by "make check".
...
(This used to be commit a5a2cc9ae9
)
2003-03-19 03:56:50 +00:00
e239ead4b5
A new STF test case! This one checks strcasecmp correctness for
...
various strings.
(This used to be commit ef5bdb1700
)
2003-03-19 03:42:27 +00:00
1b0033dac6
Decode waitstatus values when a command fails.
...
(This used to be commit e1baab1ee0
)
2003-03-18 03:07:39 +00:00
2e20359a8a
Start of a unit test for info3 caching. Much unfrastructure required
...
before this can be fully implemented. )-:
(This used to be commit a040a8471f
)
2003-03-18 01:32:51 +00:00
355bea4b2c
Ignore .pyc files.
...
(This used to be commit b20a357ac5
)
2003-03-17 05:46:54 +00:00
bc7f13cdb3
Add examples of ComfyChair
...
(This used to be commit dfee0a6ad5
)
2003-03-14 04:54:10 +00:00
f764518bd1
Merge from Subversion
...
* Better report formatting
(This used to be commit e7eafa10da
)
2003-03-14 04:50:17 +00:00
52fbbf051b
Update for new version of ComfyChair: some methods are renamed to be
...
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 9b0c59a107
)
2003-03-12 07:17:39 +00:00
62ead1b8be
New import of ComfyChair, many changes
...
(This used to be commit e84046e769
)
2003-03-12 07:14:03 +00:00
eb4ea93ac3
Import Samba Testing Framework code from private CVS module.
...
(This used to be commit 0effe832a4
)
2003-03-12 03:08:28 +00:00
053435a8fe
Import design notes by martin and tpot from ComfyChair and stf modules.
...
(This used to be commit f923729ca3
)
2003-03-12 03:07:46 +00:00
57b68013e1
Import ComfyChair framework from trunk.
...
(This used to be commit a7fb1fcc72
)
2003-03-12 03:06:42 +00:00
ffd5eae60e
Start importing the Python testing framework that Tim and I have been
...
working on into the main Samba tree.
(This used to be commit f3b77aae13
)
2003-03-12 03:04:37 +00:00