summaryrefslogtreecommitdiff
path: root/mips/packages/fcl-db/tests/dbtestframework.pas
diff options
context:
space:
mode:
Diffstat (limited to 'mips/packages/fcl-db/tests/dbtestframework.pas')
-rw-r--r--mips/packages/fcl-db/tests/dbtestframework.pas9
1 files changed, 5 insertions, 4 deletions
diff --git a/mips/packages/fcl-db/tests/dbtestframework.pas b/mips/packages/fcl-db/tests/dbtestframework.pas
index 023270e040..8464bf93af 100644
--- a/mips/packages/fcl-db/tests/dbtestframework.pas
+++ b/mips/packages/fcl-db/tests/dbtestframework.pas
@@ -18,11 +18,12 @@ uses
memdstoolsunit,
SdfDSToolsUnit,
// Units wich contains the tests
- testbasics,
- testfieldtypes,
+ TestBasics,
+ TestFieldTypes,
TestDatasources,
- testdbbasics,
- TestBufDatasetStreams;
+ TestDBBasics,
+ TestBufDatasetStreams,
+ TestSpecificTBufDataset;
var
FXMLResultsWriter: TXMLResultsWriter;