Sfoglia il codice sorgente

* True and false differ on PG

git-svn-id: trunk@28408 -
michael 11 anni fa
parent
commit
7ceda16e13
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tests/utils/dbtests.pp

+ 1 - 1
tests/utils/dbtests.pp

@@ -408,7 +408,7 @@ begin
 end;
 
 Const
-  B : Array[Boolean] of String = ('-','+');
+  B : Array[Boolean] of String = ('f','t');
 
 Function UpdateTest(ID : Integer; Info : TConfig; Source : String) : Boolean;