README 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. This directory contains test programs for different elements/classes in
  2. the FCL.
  3. If you add a test give in this file a short description of what
  4. class/function it tests, and your initials..
  5. Names
  6. -----
  7. MVC : Michael Van Canneyt
  8. SG : Sebastian Guenther
  9. MH : Michael Hess
  10. File Tests what ?
  11. ---- ------------
  12. list.pp TList object from unit 'classes'. (MVC)
  13. mstream.pp TMemorySteam object from unit 'classes' (MVC)
  14. fstream.pp TFileStream object from unit 'classes' (MVC)
  15. dparser.pp TParser object from unit 'classes' (MVC)
  16. stringl.pp TStringList object from unit classes' (MVC)
  17. thread.pp TTHread object from unit classes (PFV)
  18. testz.pp T(De)Compressionstream objects from Zstream (MVC)
  19. testz2.pp TGZFilestream object from Zstream (MVC)
  20. testrtf.pp TRTFParser object from rtfpars (MVC)
  21. cfgtest.pp Example for using XML read/write as cfg file (SG)
  22. xmldump.pp xml dump program (SG)
  23. htdump.pp htdump dumps XL IDL definition as ObjectPascal classes (MVC)
  24. testcgi.pp test program for ezcgi class (MH)
  25. tidea.pp test program for IDEA encryption/decryption streams (MVC)
  26. b64test.pp test program for base64 encoding streams (SG)