Explorar o código

fcl-db: tests: cosmetic

git-svn-id: trunk@27647 -
reiniero %!s(int64=11) %!d(string=hai) anos
pai
achega
b1435f7756
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      packages/fcl-db/tests/testfieldtypes.pas

+ 3 - 1
packages/fcl-db/tests/testfieldtypes.pas

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