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

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)