fcl 2488896223 * Added German language test files (sg) пре 26 година
..
intl 2488896223 * Added German language test files (sg) пре 26 година
Makefile 5149a533f1 + Initial implementation of resourcestrings test example пре 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 fc2432bec3 + Initial implementation by sebastian Guenther пре 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 ed47d36562 + Added htdump пре 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 пре 26 година
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)