mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 22:46:01 +02:00
* fcl-db/tests/testdbexport: fix for TestXSDExport_ADONET_NoXSD. Thanks, Ludo
git-svn-id: trunk@24337 -
This commit is contained in:
parent
99d3b453a4
commit
dcac328e0e
@ -356,7 +356,6 @@ var
|
|||||||
ExportFormat: TDetailedExportFormats;
|
ExportFormat: TDetailedExportFormats;
|
||||||
ExportSettings:TXMLXSDFormatSettings;
|
ExportSettings:TXMLXSDFormatSettings;
|
||||||
begin
|
begin
|
||||||
ExportSettings.ExportFormat:=AccessCompatible;
|
|
||||||
Exporter := TXMLXSDExporter.Create(nil);
|
Exporter := TXMLXSDExporter.Create(nil);
|
||||||
ExportSettings:=TXMLXSDFormatSettings.Create(true);
|
ExportSettings:=TXMLXSDFormatSettings.Create(true);
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user