fpc/fcl/tests
2005-01-10 21:29:23 +00:00
..
intl * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
asiotest.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
b64.pp + New example for base64 encoding 2004-07-14 07:22:33 +00:00
b64dec.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
b64enc.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
b64test2.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
b64test.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
cachetest.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
cfgtest.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
doecho.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
dparser.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
dsockcli.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
dsocksvr.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
fpdoc.dtd
fstream.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
htdump.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
isockcli.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
isocksvr.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
istream.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
kword.xml
list.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
Makefile * regenerated to use cpu-os 2005-01-10 21:29:23 +00:00
Makefile.fpc + Added bufstream example 2005-01-09 13:13:15 +00:00
mstream.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
overview.rtf * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
parser.dat * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
README + Added bufstream example 2005-01-09 13:13:15 +00:00
restest.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
showver.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
showver.rc * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
showver.res * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
simple.xml
sockcli.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
socksvr.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
sstream.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
stringl.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
testapp.pp + Initial version of customapplication object 2003-05-29 09:58:30 +00:00
testbs.pp + Added bufstream example 2005-01-09 13:13:15 +00:00
testcgi.html + Renamed testcgi to testez and added new testcgi 2003-05-29 15:53:46 +00:00
testcgi.pp + Renamed testcgi to testez and added new testcgi 2003-05-29 15:53:46 +00:00
testcont.pp + Added tests for contnrs unit 2002-08-16 11:10:16 +00:00
testez.pp + Renamed testcgi to testez and added new testcgi 2003-05-29 15:53:46 +00:00
testhres.pp + Added resolve tests 2003-02-01 16:49:58 +00:00
testnres.pp + Added resolve tests 2003-02-01 16:49:58 +00:00
testol.pp + Added tests for contnrs unit 2002-08-16 11:10:16 +00:00
testproc.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
testreg.pp + initial implementation 2003-02-18 10:15:37 +00:00
testrhre.pp + Added resolve tests 2003-02-01 16:49:58 +00:00
testrnre.pp + Added resolve tests 2003-02-01 16:49:58 +00:00
testrsre.pp + Added resolve tests 2003-02-01 16:49:58 +00:00
testrtf.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
testser.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
testsres.pp + Added resolve tests 2003-02-01 16:49:58 +00:00
testur.pp + Added testur example 2003-05-17 21:53:50 +00:00
testz2.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
testz.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
threads.pp * correct termination of thread 2002-09-07 21:03:37 +00:00
tidea.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +00:00
tstelcmd.pp + Added event log 2003-02-19 20:25:16 +00:00
tstelgtk.pp + Added event log 2003-02-19 20:25:16 +00:00
txmlreg.pp + initial implementation 2003-02-18 10:15:37 +00:00
xmldump.pp * old logs removed and tabs fixed 2002-09-07 15:15:22 +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)
testez.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.
testol.pp    Tests TObjectList in contnrs. (MVC)
testcont.pp  Tests TStack/TQueue in contnrs. (MVC)
testhres.pp  Test hostresolver in resolve (MVC)
testnres.pp  Test netresolver in resolve (MVC) 
testsres.pp  Test serviceresolver in resolve (MVC)
testrhre.pp  Test reverse hostresolver in resolve (MVC)
testrnre.pp  Test reverse netresolver in resolve (MVC)
testrsre.pp  Test reverse serviceresolver in resolve (MVC)
txmlreg.pp   Test of xmlreg unit (xml-like registry) (MVC)
testreg.pp   Test of registry unit. (MVC)
tstelcmd.pp  Test of eventlog unit, command-line version.
tstelgtk.pp  Test of eventlog unit, FPGTK version. Not built by default. (MVC)
testur.pp    Test of TURIParser class. (MVC)
testapp.pp   Test of TCustomApplication. (MVC)
testcgi.pp   Test of TCGIApplication class. (MVC)
testbs.pp    Test of TBufStream buffered stream (MVC)