ソースを参照

* testsuite comparison: make regression look more bold red, than newly failed

git-svn-id: trunk@6180 -
fpc 18 年 前
コミット
bd8b81ceed
1 ファイル変更2 行追加2 行削除
  1. 2 2
      tests/utils/testsuite/utests.pp

+ 2 - 2
tests/utils/testsuite/utests.pp

@@ -823,9 +823,9 @@ begin
       begin
       Inc(FRunFailedCount);
       if Run1Field.AsString='' then
-        BGColor:='#FF225B'
+        BGColor:='#FF82AB'    // Light red
       else
-        BGColor:='#FF82AB';   // Light red
+        BGColor:='#FF225B';
       end;
     end;
 end;