joost f6a12d5f04 Merged revisions 9060-9061,9070,9072-9073 via svnmerge from 18 jaren geleden
..
Makefile edfb121c83 * regenerated with darwin/ppc64 support 18 jaren geleden
Makefile.fpc b181daa021 Merged revisions 6718-6719,6733 via svnmerge from 18 jaren geleden
README.txt b8b4fea7d4 Merged revisions 8463-8466,8469-8470,8472-8483,8486-8488,8490,8493,8496,8506-8507,8510-8511,8513,8535-8537,8539-8546,8553-8554,8560,8575-8576,8581-8587,8590,8593-8594,8596,8599-8600,8605,8607,8625,8630-8638,8640-8641,8645-8646,8659,8665,8667,8681-8682,8686-8687,8702-8703 via svnmerge from 18 jaren geleden
database.ini.txt b8b4fea7d4 Merged revisions 8463-8466,8469-8470,8472-8483,8486-8488,8490,8493,8496,8506-8507,8510-8511,8513,8535-8537,8539-8546,8553-8554,8560,8575-8576,8581-8587,8590,8593-8594,8596,8599-8600,8605,8607,8625,8630-8638,8640-8641,8645-8646,8659,8665,8667,8681-8682,8686-8687,8702-8703 via svnmerge from 18 jaren geleden
dbftoolsunit.pas 5b8dd4c004 * move fcl sources to separate packages 18 jaren geleden
memdstoolsunit.pas 5b8dd4c004 * move fcl sources to separate packages 18 jaren geleden
sqldbtoolsunit.pas 8bb847b862 Merged revisions 8534-8537,8539-8546,8554,8560,8569,8575-8576,8581-8587,8590,8593-8594,8596,8600,8605,8607,8611,8625,8630-8638,8640-8641,8644,8648-8649,8659,8661,8665,8667,8681-8682,8686-8687,8702,8705,8710-8714,8719,8721-8723,8726-8728,8730-8732,8736,8743,8745-8753,8757-8760,8762-8764,8766-8769,8782-8783,8795,8797,8822,8831,8843,8845,8848-8849,8851,8856,8859,8861,8863,8871,8876-8877,8879-8889,8891-8897,8912-8914,8916-8917,8922,8924,8928,8930,8934,8940,8942,8950,8955,8973,8976-8977,8983-8984,8996,8998,9000-9007 via svnmerge from 18 jaren geleden
testbasics.pas 5b8dd4c004 * move fcl sources to separate packages 18 jaren geleden
testdbbasics.pas 8bb847b862 Merged revisions 8534-8537,8539-8546,8554,8560,8569,8575-8576,8581-8587,8590,8593-8594,8596,8600,8605,8607,8611,8625,8630-8638,8640-8641,8644,8648-8649,8659,8661,8665,8667,8681-8682,8686-8687,8702,8705,8710-8714,8719,8721-8723,8726-8728,8730-8732,8736,8743,8745-8753,8757-8760,8762-8764,8766-8769,8782-8783,8795,8797,8822,8831,8843,8845,8848-8849,8851,8856,8859,8861,8863,8871,8876-8877,8879-8889,8891-8897,8912-8914,8916-8917,8922,8924,8928,8930,8934,8940,8942,8950,8955,8973,8976-8977,8983-8984,8996,8998,9000-9007 via svnmerge from 18 jaren geleden
testsqlfieldtypes.pas f6a12d5f04 Merged revisions 9060-9061,9070,9072-9073 via svnmerge from 18 jaren geleden
toolsunit.pas 8bb847b862 Merged revisions 8534-8537,8539-8546,8554,8560,8569,8575-8576,8581-8587,8590,8593-8594,8596,8600,8605,8607,8611,8625,8630-8638,8640-8641,8644,8648-8649,8659,8661,8665,8667,8681-8682,8686-8687,8702,8705,8710-8714,8719,8721-8723,8726-8728,8730-8732,8736,8743,8745-8753,8757-8760,8762-8764,8766-8769,8782-8783,8795,8797,8822,8831,8843,8845,8848-8849,8851,8856,8859,8861,8863,8871,8876-8877,8879-8889,8891-8897,8912-8914,8916-8917,8922,8924,8928,8930,8934,8940,8942,8950,8955,8973,8976-8977,8983-8984,8996,8998,9000-9007 via svnmerge from 18 jaren geleden

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)