marco 319da534f5 --- Merging r17545 into '.': преди 14 години
..
Makefile fbc67d864e * version updated to 2.4.5 преди 14 години
Makefile.fpc b443a955d8 --- Merging r15812 into '.': преди 15 години
README.txt f21b7b6bd9 * Updated readme and database.ini преди 18 години
database.ini.txt 0a7b499443 * Added sqlite3-test configuration example преди 17 години
dbftoolsunit.pas 6ed6eda88d --- Merging r15298 into '.': преди 15 години
dbtestframework.pas 2bd0853001 --- Merging r15349 into '.': преди 15 години
memdstoolsunit.pas 5b8dd4c004 * move fcl sources to separate packages преди 18 години
sdfdstoolsunit.pas 38b265f60f * Add ability to test TSdfDataset преди 17 години
sqldbtoolsunit.pas 319da534f5 --- Merging r17545 into '.': преди 14 години
tcgensql.pas b443a955d8 --- Merging r15812 into '.': преди 15 години
tcparser.pas 319da534f5 --- Merging r17545 into '.': преди 14 години
tcsqlscanner.pas b443a955d8 --- Merging r15812 into '.': преди 15 години
testbasics.pas 7613f3eb5f * Fixed AV when TFieldDefs has dataset assigned. (+test) преди 16 години
testbufdatasetstreams.pas 5b0cfac4dc --- Merging r17400 into '.': преди 14 години
testdatasources.pas 1da7000192 * Added test for CalcLookupValue преди 17 години
testdbbasics.pas 5b0cfac4dc --- Merging r17400 into '.': преди 14 години
testdddiff.pp c2dc42bb89 * test for Data dictionary diff mechanism преди 17 години
testfieldtypes.pas 5b0cfac4dc --- Merging r17400 into '.': преди 14 години
testsqlfiles.lpi b443a955d8 --- Merging r15812 into '.': преди 15 години
testsqlfiles.lpr b443a955d8 --- Merging r15812 into '.': преди 15 години
testsqlscanner.lpi b443a955d8 --- Merging r15812 into '.': преди 15 години
testsqlscanner.lpr b443a955d8 --- Merging r15812 into '.': преди 15 години
testsqlscript.pas cc0c2d6467 * SqlScript committed преди 17 години
toolsunit.pas 5b0cfac4dc --- Merging r17400 into '.': преди 14 години

README.txt

This directory contains a framework to test several TDataset descendents.

The framework is based on the fpcunit unit-test system. The tests can be
executed using any fpcunit-testrunner. For example the console and graphical
fpcunit-test runners from Lazarus.
Simply add the test* units in this directory to the uses statement of the
test-runner and all tests will get registered and executed.

An simple test-runner (dbtestframework.pas) which generates XML-output is
included in this directory.

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.

Which connector is currently used is dependent on the 'database.ini'
configuration file. Also some settings which are connector-dependent can be set
in that file. See 'database.ini.txt' for an example.

I hope this is enough information to get you started,

Joost van der Sluis (30-12-2006)