fpc/fcl/tests
2001-07-31 22:02:11 +00:00
..
intl * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
asiotest.pp + removed logs 2000-07-13 11:32:24 +00:00
b64dec.pp + removed logs 2000-07-13 11:32:24 +00:00
b64enc.pp + removed logs 2000-07-13 11:32:24 +00:00
b64test2.pp + removed logs 2000-07-13 11:32:24 +00:00
b64test.pp + removed logs 2000-07-13 11:32:24 +00:00
cachetest.pp + removed logs 2000-07-13 11:32:24 +00:00
cfgtest.pp + removed logs 2000-07-13 11:32:24 +00:00
doecho.pp + removed logs 2000-07-13 11:32:24 +00:00
dparser.pp + removed logs 2000-07-13 11:32:24 +00:00
dsockcli.pp + removed logs 2000-07-13 11:32:24 +00:00
dsocksvr.pp + removed logs 2000-07-13 11:32:24 +00:00
fpdoc.dtd * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
fstream.pp + removed logs 2000-07-13 11:32:24 +00:00
htdump.pp + removed logs 2000-07-13 11:32:24 +00:00
isockcli.pp + removed logs 2000-07-13 11:32:24 +00:00
isocksvr.pp + removed logs 2000-07-13 11:32:24 +00:00
istream.pp + removed logs 2000-07-13 11:32:24 +00:00
kword.xml * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
list.pp + removed logs 2000-07-13 11:32:24 +00:00
Makefile * install Package.fpc 2001-07-31 22:02:11 +00:00
Makefile.fpc * Makefile fixes 2001-05-03 21:35:04 +00:00
mstream.pp + removed logs 2000-07-13 11:32:24 +00:00
overview.rtf + Initial import 2000-07-13 06:29:38 +00:00
parser.dat * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
README + Added tstringstream example (merged) 2001-03-08 19:41:53 +00:00
restest.pp + removed logs 2000-07-13 11:32:24 +00:00
showver.pp + removed logs 2000-07-13 11:32:24 +00:00
showver.rc + Typos fixed 2000-02-01 10:03:37 +00:00
showver.res + Typos fixed 2000-02-01 10:03:37 +00:00
simple.xml * moved out of packages/ back to topdir 2000-01-06 01:20:30 +00:00
sockcli.pp + removed logs 2000-07-13 11:32:24 +00:00
socksvr.pp + removed logs 2000-07-13 11:32:24 +00:00
sstream.pp + Added tstringstream example (merged) 2001-03-08 19:41:53 +00:00
stringl.pp + removed logs 2000-07-13 11:32:24 +00:00
testcgi.pp + removed logs 2000-07-13 11:32:24 +00:00
testproc.pp + removed logs 2000-07-13 11:32:24 +00:00
testrtf.pp + removed logs 2000-07-13 11:32:24 +00:00
testser.pp + removed logs 2000-07-13 11:32:24 +00:00
testz2.pp + removed logs 2000-07-13 11:32:24 +00:00
testz.pp + removed logs 2000-07-13 11:32:24 +00:00
threads.pp + removed logs 2000-07-13 11:32:24 +00:00
tidea.pp + removed logs 2000-07-13 11:32:24 +00:00
xmldump.pp + removed logs 2000-07-13 11:32:24 +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)
istream.pp   testprogram for input/output streams.
testproc.pp  testprogram for TProcess object. Needs doecho to be compiled
             also.
socksvr.pp   Unix socket server application. Tests TUnixServer in ssockets.
isocksvr.pp   Inet socket server application. Tests TInetServer in ssockets.
dsocksvr.pp   Unix socket server application. Tests ssockets.
sockcli.pp   Unix socket client application. Tests TUnixStream in ssockets.
isockcli.pp   Inet socket server application. Tests TInetStream in ssockets.
dsockcli.pp   Dual socket server application. Tests ssockets.
sstream.pp    Tests TStringStream object.