fcl 2488896223 * Added German language test files (sg) před 26 roky
..
intl 2488896223 * Added German language test files (sg) před 26 roky
Makefile 5149a533f1 + Initial implementation of resourcestrings test example před 26 roky
README 5149a533f1 + Initial implementation of resourcestrings test example před 26 roky
b64dec.pp 4f4354e276 + Patch to support sizeless streams by Sebastian Guenter před 26 roky
b64enc.pp 62678390c1 * Fixes and new examples from Sebastian Guenther před 26 roky
b64test.pp b309bf03cc * Base64 en/de cdeing streams added před 26 roky
b64test2.pp 62678390c1 * Fixes and new examples from Sebastian Guenther před 26 roky
cfgtest.pp fc2432bec3 + Initial implementation by sebastian Guenther před 26 roky
dparser.pp 4f2592ae7f + Removed objpas from uses clause před 27 roky
fpdoc.dtd fc2432bec3 + Initial implementation by sebastian Guenther před 26 roky
fstream.pp db4215513a + Re-implemented před 27 roky
htdump.pp ed47d36562 + Added htdump před 26 roky
kword.xml fc2432bec3 + Initial implementation by sebastian Guenther před 26 roky
list.pp 4f2592ae7f + Removed objpas from uses clause před 27 roky
mstream.pp 835f1a632b + Mre checking is done now. Also Setsize is checked. před 26 roky
overview.rtf 124fe6744b + Added RTFparser object and Demo před 26 roky
parser.dat 9fe96b32a8 Initial implementation by TSE před 27 roky
restest.pp 5149a533f1 + Initial implementation of resourcestrings test example před 26 roky
simple.xml fc2432bec3 + Initial implementation by sebastian Guenther před 26 roky
stringl.pp c94d6fb3ae * small fix před 27 roky
testcgi.pp 1e99bc5a9f + Added testcgi program před 26 roky
testrtf.pp 124fe6744b + Added RTFparser object and Demo před 26 roky
testz.pp f04f934c27 + initial implementation před 26 roky
testz2.pp 062282a2a2 + Initial implementation před 26 roky
threads.pp 149aae2d9c * start of tthread for linux,win32 před 27 roky
tidea.pp e1df03febf Initial implementation of encryption stream před 26 roky
xmldump.pp 58b991acc1 * Adapted to new xmlread před 26 roky

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)