mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
bce94d35f1
- 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
|
||
---|---|---|
.. | ||
.cvsignore | ||
comfychair.py | ||
example.py | ||
info3cache.py | ||
notes.txt | ||
osver.py | ||
README.stf | ||
spoolss.py | ||
standardcheck.py | ||
stf.py | ||
strings.py | ||
test.py | ||
unicodenames.py |
This directory contains the Samba Testing Framework, a Python-based system for exercising Samba in various ways. It is quite small at the moment.