fcl-db: tests: cosmetic

git-svn-id: trunk@27647 -
This commit is contained in:
reiniero 2014-04-24 15:07:36 +00:00
parent bb205da801
commit b1435f7756

View File

@ -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.