Browse Source

fcl-db: tests: cosmetic

git-svn-id: trunk@27647 -
reiniero 11 years ago
parent
commit
b1435f7756
1 changed files with 3 additions and 1 deletions
  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.