Explorar el Código

fcl-db: tests: cosmetic

git-svn-id: trunk@27647 -
reiniero hace 11 años
padre
commit
b1435f7756
Se han modificado 1 ficheros con 3 adiciones y 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.