mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-19 08:29:31 +01:00
* Add TestSpecificTBufDataset unit into dbtestframework to non gui testframework
patch by Lacak2, Mantis #22363 git-svn-id: trunk@21767 -
This commit is contained in:
parent
3f5ae8b05f
commit
8a72ccd1df
@ -18,11 +18,12 @@ uses
|
|||||||
memdstoolsunit,
|
memdstoolsunit,
|
||||||
SdfDSToolsUnit,
|
SdfDSToolsUnit,
|
||||||
// Units wich contains the tests
|
// Units wich contains the tests
|
||||||
testbasics,
|
TestBasics,
|
||||||
testfieldtypes,
|
TestFieldTypes,
|
||||||
TestDatasources,
|
TestDatasources,
|
||||||
testdbbasics,
|
TestDBBasics,
|
||||||
TestBufDatasetStreams;
|
TestBufDatasetStreams,
|
||||||
|
TestSpecificTBufDataset;
|
||||||
|
|
||||||
var
|
var
|
||||||
FXMLResultsWriter: TXMLResultsWriter;
|
FXMLResultsWriter: TXMLResultsWriter;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user