Pārlūkot izejas kodu

* Left over testsuite parts of Mantis #17108, patch by Lacak2

git-svn-id: trunk@18038 -
marco 14 gadi atpakaļ
vecāks
revīzija
0fb5540d25
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      packages/fcl-db/tests/sqldbtoolsunit.pas

+ 1 - 0
packages/fcl-db/tests/sqldbtoolsunit.pas

@@ -150,6 +150,7 @@ begin
     begin
     Fconnection := tIBConnection.Create(nil);
     // Firebird does not support time = 24:00:00
+    FieldtypeDefinitions[ftMemo] := 'BLOB SUB_TYPE TEXT';
     testTimeValues[2]:='23:00:00.000';
     testValues[ftTime,2]:='23:00:00.000';
     end;