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

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)