ソースを参照

* True and false differ on PG

git-svn-id: trunk@28408 -
michael 11 年 前
コミット
7ceda16e13
1 ファイル変更1 行追加1 行削除
  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;