fpc/fcl/tests
1999-08-30 17:21:41 +00:00
..
intl * Added German language test files (sg) 1999-08-30 17:21:41 +00:00
b64dec.pp + Patch to support sizeless streams by Sebastian Guenter 1999-08-13 16:31:41 +00:00
b64enc.pp * Fixes and new examples from Sebastian Guenther 1999-08-09 16:12:26 +00:00
b64test2.pp * Fixes and new examples from Sebastian Guenther 1999-08-09 16:12:26 +00:00
b64test.pp * Base64 en/de cdeing streams added 1999-08-03 17:02:36 +00:00
cfgtest.pp + Initial implementation by sebastian Guenther 1999-07-09 21:06:59 +00:00
dparser.pp + Removed objpas from uses clause 1998-10-02 09:16:00 +00:00
fpdoc.dtd + Initial implementation by sebastian Guenther 1999-07-09 21:06:59 +00:00
fstream.pp + Re-implemented 1998-10-02 09:13:28 +00:00
htdump.pp + Added htdump 1999-07-11 22:43:22 +00:00
kword.xml + Initial implementation by sebastian Guenther 1999-07-09 21:06:59 +00:00
list.pp + Removed objpas from uses clause 1998-10-02 09:16:00 +00:00
Makefile + Initial implementation of resourcestrings test example 1999-08-27 15:52:29 +00:00
mstream.pp + Mre checking is done now. Also Setsize is checked. 1999-07-18 20:59:21 +00:00
overview.rtf + Added RTFparser object and Demo 1999-07-06 20:23:07 +00:00
parser.dat Initial implementation by TSE 1998-09-23 07:46:11 +00:00
README + Initial implementation of resourcestrings test example 1999-08-27 15:52:29 +00:00
restest.pp + Initial implementation of resourcestrings test example 1999-08-27 15:52:29 +00:00
simple.xml + Initial implementation by sebastian Guenther 1999-07-09 21:06:59 +00:00
stringl.pp * small fix 1999-04-04 10:22:38 +00:00
testcgi.pp + Added testcgi program 1999-07-15 12:05:55 +00:00
testrtf.pp + Added RTFparser object and Demo 1999-07-06 20:23:07 +00:00
testz2.pp + Initial implementation 1999-07-09 11:34:59 +00:00
testz.pp + initial implementation 1999-07-08 13:08:22 +00:00
threads.pp * start of tthread for linux,win32 1999-05-30 10:46:37 +00:00
tidea.pp Initial implementation of encryption stream 1999-07-25 14:29:09 +00:00
xmldump.pp * Adapted to new xmlread 1999-08-27 15:52:49 +00:00

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)