fpc/fcl/tests
Károly Balogh 705033284e + regenerated makefiles to support powerpc-amiga target
git-svn-id: trunk@4371 -
2006-08-06 12:28:28 +00:00
..
intl
asiotest.pp * add blowfish unit in fcl 2006-07-30 15:11:12 +00:00
b64.pp
b64dec.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
b64enc.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
b64test2.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
b64test.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
cachetest.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
cfgtest.pp * some fcl examples compile again after changes 2005-10-25 20:19:18 +00:00
dbugsrv.pp * 2.0.4 fix: mode objfpc and H+ needed 2006-07-15 00:42:10 +00:00
debugtest.pp + Correct indent/deindent of method enter/exit 2005-10-08 13:45:51 +00:00
doecho.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
dparser.pp * add blowfish unit in fcl 2006-07-30 15:11:12 +00:00
dsockcli.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
dsocksvr.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
fpdoc.dtd
fstream.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
htdump.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
ipcclient.pp + Initial SimpleIPC implementation 2005-08-30 14:12:34 +00:00
ipcserver.pp + Patch from Joost Van Der Sluit to fix memory leak 2006-07-01 08:44:02 +00:00
isockcli.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
isocksvr.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
istream.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
kword.xml
list.pp * add blowfish unit in fcl 2006-07-30 15:11:12 +00:00
Makefile + regenerated makefiles to support powerpc-amiga target 2006-08-06 12:28:28 +00:00
Makefile.fpc * add blowfish unit in fcl 2006-07-30 15:11:12 +00:00
mstream.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
overview.rtf
parser.dat
README + Fixed IDEA decryption stream, implemented Blowfish Encryption/Decryption streams 2006-05-21 08:49:31 +00:00
restest.pp * remove $Log 2005-06-07 09:47:55 +00:00
showver.pp * add blowfish unit in fcl 2006-07-30 15:11:12 +00:00
showver.rc
showver.res
simple.xml
sockcli.pp * add blowfish unit in fcl 2006-07-30 15:11:12 +00:00
socksvr.pp * add blowfish unit in fcl 2006-07-30 15:11:12 +00:00
sstream.pp
stringl.pp * add blowfish unit in fcl 2006-07-30 15:11:12 +00:00
testapp.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
testbf.pp * add blowfish unit in fcl 2006-07-30 15:11:12 +00:00
testbs.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
testcgi.html * remove $Log 2005-06-07 09:47:55 +00:00
testcgi.pp
testcont.pp
testez.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
testhres.pp
testnres.pp
testol.pp
testproc.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
testreg.pp
testrhre.pp
testrnre.pp
testrsre.pp
testrtf.pp * add blowfish unit in fcl 2006-07-30 15:11:12 +00:00
testser.pp * fixed compile errors 2005-11-08 11:29:18 +00:00
testsres.pp
testur.pp
testz2.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
testz.pp * streams freed to fix 4478 2005-10-31 15:16:50 +00:00
threads.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tidea.pp * remove $Log 2005-06-07 09:47:55 +00:00
tstelcmd.pp * add blowfish unit in fcl 2006-07-30 15:11:12 +00:00
tstelgtk.pp * add blowfish unit in fcl 2006-07-30 15:11:12 +00:00
txmlreg.pp
xmldump.pp * log and id tags removed 2005-05-21 09:42:41 +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)
ipcserver    Server part of SimpleIPC unit test, console app (MVC)
ipcclient    Client part of SimpleIPC unit test, console app (MVC)
testdebug    Client part of dbugintf debugging info test (MVC)
testbf.pp    Test for BlowFish encryption (MVC)
testbfs.pp   Test for BlowFish encryption/descryption stream (MVC)