1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00

30 Commits

Author SHA1 Message Date
Gerald Carter
a7e2730ec4 r39: * importing .cvsignore files
* updateing WHATSNEW with vl's change
2007-10-10 10:51:05 -05:00
Andrew Bartlett
a893a324f3 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
-
Tim Potter
38dac4ca4e 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.
-
Tim Potter
20bde94eb8 Merge stf updates from HEAD. -
cvs2svn Import User
35510176fd This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
Martin Pool
95ff914d82 Build and run the lib/snprintf.c test cases from "make check". -
Tim Potter
1617403929 Syncup stf directory with HEAD. -
cvs2svn Import User
381649916e This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. -
Martin Pool
79b292de98 StrCaseCmp tests: Add some tests in Katakana. Convert strings to
UTF-8 before passing to test harness.
-
Tim Potter
7bf68a533e Tests for smbcontrol. -
Tim Potter
862e3ee421 Ignore testtmp directory. -
Martin Pool
275e095c92 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.
-
Martin Pool
9de9899165 Merge from 1.2.2.2:
Update for new ComfyChair interface.
-
Martin Pool
843c36143e StrCaseCmp_Ascii_Tests: comfychair.TestCase.runcmd has changed to
return both stdout and stderr.  Update to account for this.
-
Martin Pool
4804873559 Merge from Subversion r50. -
Martin Pool
1b1bb8ac37 Merge from Subversion:
Add example of a test that fails.
-
Martin Pool
ac6027884b Add additional StrCaseCmp test cases.
Doc.
-
Martin Pool
a5a2cc9ae9 Add an STF module that defines the tests to be run by "make check". -
Martin Pool
ef5bdb1700 A new STF test case! This one checks strcasecmp correctness for
various strings.
-
Martin Pool
e1baab1ee0 Decode waitstatus values when a command fails. -
Tim Potter
a040a8471f Start of a unit test for info3 caching. Much unfrastructure required
before this can be fully implemented.  )-:
-
Tim Potter
b20a357ac5 Ignore .pyc files. -
Martin Pool
dfee0a6ad5 Add examples of ComfyChair -
Martin Pool
e7eafa10da Merge from Subversion
* Better report formatting
-
Martin Pool
9b0c59a107 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.
-
Martin Pool
e84046e769 New import of ComfyChair, many changes -
Martin Pool
0effe832a4 Import Samba Testing Framework code from private CVS module. -
Martin Pool
f923729ca3 Import design notes by martin and tpot from ComfyChair and stf modules. -
Martin Pool
a7fb1fcc72 Import ComfyChair framework from trunk. -
Martin Pool
f3b77aae13 Start importing the Python testing framework that Tim and I have been
working on into the main Samba tree.
-