Browse Source

* small rewording and enhancement of readme.txt, Patch by Bigchimp, Mantis #20079

git-svn-id: trunk@18874 -
marco 14 years ago
parent
commit
b43f780a06
1 changed files with 3 additions and 2 deletions
  1. 3 2
      packages/fcl-db/tests/README.txt

+ 3 - 2
packages/fcl-db/tests/README.txt

@@ -10,8 +10,9 @@ An simple test-runner (dbtestframework.pas) which generates XML-output is
 included in this directory.
 included in this directory.
 
 
 To test a TDataset descendent, a 'connector' is needed to test the database.
 To test a TDataset descendent, a 'connector' is needed to test the database.
-To add a new connector, add it to the uses-section in 'toolsunit.pas'. Several
-connectors are available in the '*toolsunit.pas' files.
+To add a new connector, create a new *toolsunit.pas file, then add it to 
+the uses section in 'dbtestframework.pas'. Several connectors are available 
+in the '*toolsunit.pas' files.
 
 
 Which connector is currently used is dependent on the 'database.ini'
 Which connector is currently used is dependent on the 'database.ini'
 configuration file. Also some settings which are connector-dependent can be set
 configuration file. Also some settings which are connector-dependent can be set