|
@@ -11,9 +11,17 @@ uses
|
|
fpcunit, testreport, testregistry,
|
|
fpcunit, testreport, testregistry,
|
|
DigestTestReport,
|
|
DigestTestReport,
|
|
toolsunit,
|
|
toolsunit,
|
|
|
|
+// List of supported database-connectors
|
|
|
|
+ sqldbtoolsunit,
|
|
|
|
+ dbftoolsunit,
|
|
|
|
+ memdstoolsunit,
|
|
|
|
+ SdfDSToolsUnit,
|
|
// Units wich contains the tests
|
|
// Units wich contains the tests
|
|
- testbasics, testfieldtypes, TestDatasources, testdbbasics;
|
|
|
|
-
|
|
|
|
|
|
+ testbasics,
|
|
|
|
+ testfieldtypes,
|
|
|
|
+ TestDatasources,
|
|
|
|
+ testdbbasics;
|
|
|
|
+
|
|
var
|
|
var
|
|
FXMLResultsWriter: TXMLResultsWriter;
|
|
FXMLResultsWriter: TXMLResultsWriter;
|
|
FDigestResultsWriter: TDigestResultsWriter;
|
|
FDigestResultsWriter: TDigestResultsWriter;
|