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 14 سال پیش
memdstoolsunit.pas 5b8dd4c004 * move fcl sources to separate packages 18 سال پیش
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) 16 سال پیش
testbufdatasetstreams.pas e2d6ceb882 --- Merging r19247 into '.': 14 سال پیش
testdatasources.pas 1da7000192 * Added test for CalcLookupValue 17 سال پیش
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)