fpc/fcl/tests
1999-07-25 14:29:09 +00:00
..
cfgtest.pp + Initial implementation by sebastian Guenther 1999-07-09 21:06:59 +00:00
dparser.pp
fpdoc.dtd + Initial implementation by sebastian Guenther 1999-07-09 21:06:59 +00:00
fstream.pp
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
Makefile Initial implementation of encryption stream 1999-07-25 14:29:09 +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
README Initial implementation of encryption stream 1999-07-25 14:29:09 +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 + Initial implementation by sebastian Guenther 1999-07-09 21:06:59 +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)