marco db67de2dd2 --- Merging r19804 into '.': пре 14 година
..
Makefile db67de2dd2 --- Merging r19804 into '.': пре 14 година
Makefile.fpc 4c7f9238c7 * SQL parser пре 15 година
README.txt d1cd86d67b --- Merging r18854 into '.': пре 14 година
XMLXSDExportTest.lpi f0bbea9319 * Tester for XSD export пре 14 година
XMLXSDExportTest.lpr f0bbea9319 * Tester for XSD export пре 14 година
database.ini.txt d1cd86d67b --- Merging r18854 into '.': пре 14 година
dbftoolsunit.pas f016c79d7a * Patch from Luiz Americo to fix a double pathdelim in filename, bug #16737 пре 15 година
dbtestframework.pas f496f3c795 * Fixed support of TFmtBcd fields for sqlite3, bug #16853 пре 15 година
memdstoolsunit.pas 5b8dd4c004 * move fcl sources to separate packages пре 19 година
sdfdstoolsunit.pas 38b265f60f * Add ability to test TSdfDataset пре 17 година
sqldbtoolsunit.pas 386b6c290f --- Merging r18085 into '.': пре 14 година
tcgensql.pas 6df8ec1ce8 * Added tests for Grant/Revoke, fixed some bugs on the way пре 15 година
tcparser.pas cbcece1ae6 * Patch from Dmitry Boyarintsev to support empty statements пре 14 година
tcsqlscanner.pas 6df8ec1ce8 * Added tests for Grant/Revoke, fixed some bugs on the way пре 15 година
testbasics.pas 7613f3eb5f * Fixed AV when TFieldDefs has dataset assigned. (+test) пре 17 година
testbufdatasetstreams.pas e2d6ceb882 --- Merging r19247 into '.': пре 14 година
testdatasources.pas 1da7000192 * Added test for CalcLookupValue пре 18 година
testdbbasics.pas 064ecf3d6c * fix decimalseparator locale issues in fcl-db testsuite, mantis #19564 пре 14 година
testdddiff.pp c2dc42bb89 * test for Data dictionary diff mechanism пре 17 година
testfieldtypes.pas 4e22eebce9 --- Merging r19005 into '.': пре 14 година
testsqlfiles.lpi 4c7f9238c7 * SQL parser пре 15 година
testsqlfiles.lpr 4c7f9238c7 * SQL parser пре 15 година
testsqlscanner.lpi 6df8ec1ce8 * Added tests for Grant/Revoke, fixed some bugs on the way пре 15 година
testsqlscanner.lpr 4c7f9238c7 * SQL parser пре 15 година
testsqlscript.pas cc0c2d6467 * SqlScript committed пре 17 година
testwherenull.lpr e2d6ceb882 --- Merging r19247 into '.': пре 14 година
toolsunit.pas 386b6c290f --- Merging r18085 into '.': пре 14 година
xmlxsdexporttestcase1.pas f0bbea9319 * Tester for XSD export пре 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, 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'
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)