Quellcode durchsuchen

+ Added stream tests

michael vor 27 Jahren
Ursprung
Commit
05885faa83
1 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen
  1. 7 7
      fcl/tests/README

+ 7 - 7
fcl/tests/README

@@ -1,12 +1,12 @@
 This directory contains test programs for different elements/classes in
 the FCL. 
 
-If you add a test, please number it with 3 digits, and give in this file 
-a short description of what class/function it tests, and your initials..
+If you add a test give in this file a short description of what 
+class/function it tests, and your initials..
 
-File       Tests what ?
-----       ------------
+File         Tests what ?
+----         ------------
 
-t001.pp    TList object from unit 'classes'.  (MVC)
-
-  
+list.pp      TList object from unit 'classes'.  (MVC)
+mstream.pp   TMemorySteam object from unit 'classes' (MVC)
+fstream.pp   TFileStream object from unit 'classes' (MVC)