fpc/fcl/tests
2000-01-07 01:24:32 +00:00
..
intl * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
b64dec.pp * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
b64enc.pp * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
b64test2.pp * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
b64test.pp * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
cfgtest.pp * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
dparser.pp * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
fpdoc.dtd * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
fstream.pp * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
htdump.pp * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
kword.xml * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
list.pp * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
Makefile * zlib deps 2000-01-06 23:58:52 +00:00
Makefile.fpc * zlib deps 2000-01-06 23:58:52 +00:00
mstream.pp * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
overview.rtf * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
parser.dat * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
README * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
restest.pp * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
simple.xml * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
stringl.pp * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
testcgi.pp * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
testrtf.pp * updated copyright to 2000 2000-01-07 01:24:32 +00:00
testser.pp * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
testz2.pp * fixed EOL for non-linux 2000-01-06 23:51:29 +00:00
testz.pp * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
threads.pp * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
tidea.pp * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
xmldump.pp * moved out of packages/ back to topdir 2000-01-06 01:20:30 +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)