fpc/fcl/tests
1999-07-11 22:43:22 +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 + Added htdump 1999-07-11 22:43:22 +00:00
mstream.pp
overview.rtf
parser.dat
README + Added htdump 1999-07-11 22:43:22 +00:00
simple.xml + Initial implementation by sebastian Guenther 1999-07-09 21:06:59 +00:00
stringl.pp
testrtf.pp
testz2.pp + Initial implementation 1999-07-09 11:34:59 +00:00
testz.pp
threads.pp
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..

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)