mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
fcl-db: tests: cosmetic
git-svn-id: trunk@27647 -
This commit is contained in:
parent
bb205da801
commit
b1435f7756
@ -2365,5 +2365,7 @@ end;
|
||||
|
||||
|
||||
initialization
|
||||
if uppercase(dbconnectorname)='SQL' then RegisterTest(TTestFieldTypes);
|
||||
// Only test if using sqldb
|
||||
if uppercase(dbconnectorname)='SQL' then
|
||||
RegisterTest(TTestFieldTypes);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user