Browse Source

* True and false differ on PG

git-svn-id: trunk@28408 -
michael 11 years ago
parent
commit
7ceda16e13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/utils/dbtests.pp

+ 1 - 1
tests/utils/dbtests.pp

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