1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
Commit Graph

21 Commits

Author SHA1 Message Date
Martin Pool
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
Tim Potter
2988370510 Tests for smbcontrol.
(This used to be commit 7bf68a533e)
2003-04-09 05:57:00 +00:00
Tim Potter
a62cd3285a Ignore testtmp directory.
(This used to be commit 862e3ee421)
2003-04-09 05:55:33 +00:00
Martin Pool
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
Martin Pool
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
Martin Pool
94e5719dac Merge from Subversion r50.
(This used to be commit 4804873559)
2003-04-04 03:16:27 +00:00
Martin Pool
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
Martin Pool
41fdeceb82 Add additional StrCaseCmp test cases.
Doc.
(This used to be commit ac6027884b)
2003-03-19 08:32:42 +00:00
Martin Pool
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
Martin Pool
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
Martin Pool
1b0033dac6 Decode waitstatus values when a command fails.
(This used to be commit e1baab1ee0)
2003-03-18 03:07:39 +00:00
Tim Potter
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
Tim Potter
355bea4b2c Ignore .pyc files.
(This used to be commit b20a357ac5)
2003-03-17 05:46:54 +00:00
Martin Pool
bc7f13cdb3 Add examples of ComfyChair
(This used to be commit dfee0a6ad5)
2003-03-14 04:54:10 +00:00
Martin Pool
f764518bd1 Merge from Subversion
* Better report formatting
(This used to be commit e7eafa10da)
2003-03-14 04:50:17 +00:00
Martin Pool
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
Martin Pool
62ead1b8be New import of ComfyChair, many changes
(This used to be commit e84046e769)
2003-03-12 07:14:03 +00:00
Martin Pool
eb4ea93ac3 Import Samba Testing Framework code from private CVS module.
(This used to be commit 0effe832a4)
2003-03-12 03:08:28 +00:00
Martin Pool
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
Martin Pool
57b68013e1 Import ComfyChair framework from trunk.
(This used to be commit a7fb1fcc72)
2003-03-12 03:06:42 +00:00
Martin Pool
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