peter 926aa3030b * regenerated 26 лет назад
..
intl 2488896223 * Added German language test files (sg) 26 лет назад
Makefile 926aa3030b * regenerated 26 лет назад
Makefile.fpc 41c91ed6b3 * package dependencies 26 лет назад
README 5149a533f1 + Initial implementation of resourcestrings test example 26 лет назад
b64dec.pp 4f4354e276 + Patch to support sizeless streams by Sebastian Guenter 26 лет назад
b64enc.pp 62678390c1 * Fixes and new examples from Sebastian Guenther 26 лет назад
b64test.pp b309bf03cc * Base64 en/de cdeing streams added 26 лет назад
b64test2.pp 62678390c1 * Fixes and new examples from Sebastian Guenther 26 лет назад
cfgtest.pp 02081ba1a4 * Improved messages in the case of failure: Now the test prints the results 26 лет назад
dparser.pp 4f2592ae7f + Removed objpas from uses clause 27 лет назад
fpdoc.dtd fc2432bec3 + Initial implementation by sebastian Guenther 26 лет назад
fstream.pp db4215513a + Re-implemented 27 лет назад
htdump.pp a526026966 * fpcmake updates 26 лет назад
kword.xml fc2432bec3 + Initial implementation by sebastian Guenther 26 лет назад
list.pp 4f2592ae7f + Removed objpas from uses clause 27 лет назад
mstream.pp 835f1a632b + Mre checking is done now. Also Setsize is checked. 26 лет назад
overview.rtf 124fe6744b + Added RTFparser object and Demo 26 лет назад
parser.dat 9fe96b32a8 Initial implementation by TSE 27 лет назад
restest.pp 5149a533f1 + Initial implementation of resourcestrings test example 26 лет назад
simple.xml fc2432bec3 + Initial implementation by sebastian Guenther 26 лет назад
stringl.pp c94d6fb3ae * small fix 27 лет назад
testcgi.pp 1e99bc5a9f + Added testcgi program 26 лет назад
testrtf.pp 124fe6744b + Added RTFparser object and Demo 26 лет назад
testz.pp f04f934c27 + initial implementation 26 лет назад
testz2.pp 062282a2a2 + Initial implementation 26 лет назад
threads.pp 149aae2d9c * start of tthread for linux,win32 27 лет назад
tidea.pp e1df03febf Initial implementation of encryption stream 26 лет назад
xmldump.pp 58b991acc1 * Adapted to new xmlread 26 лет назад

README

This directory contains test programs for different elements/classes in
the FCL.

If you add a test give in this file a short description of what
class/function it tests, and your initials..

Names
-----
MVC : Michael Van Canneyt
SG : Sebastian Guenther
MH : Michael Hess


File Tests what ?
---- ------------

list.pp TList object from unit 'classes'. (MVC)
mstream.pp TMemorySteam object from unit 'classes' (MVC)
fstream.pp TFileStream object from unit 'classes' (MVC)
dparser.pp TParser object from unit 'classes' (MVC)
stringl.pp TStringList object from unit classes' (MVC)
thread.pp TTHread object from unit classes (PFV)
testz.pp T(De)Compressionstream objects from Zstream (MVC)
testz2.pp TGZFilestream object from Zstream (MVC)
testrtf.pp TRTFParser object from rtfpars (MVC)
cfgtest.pp Example for using XML read/write as cfg file (SG)
xmldump.pp xml dump program (SG)
htdump.pp htdump dumps XL IDL definition as ObjectPascal classes (MVC)
testcgi.pp test program for ezcgi class (MH)
tidea.pp test program for IDEA encryption/decryption streams (MVC)
b64test.pp test program for base64 encoding streams (SG)
b64test2.pp test program for base64 encoding streams (SG)
b64enc.pp base64-encodes StdIn to StdOut (SG)
b64dec.pp base64-decodes StdIn to StdOut (SG)
restest.pp test program for resourcestrings with GNU gettext. (MVC)
(see also intl subdirectory)