Browse Source

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

git-svn-id: trunk@6180 -
fpc 18 years ago
parent
commit
bd8b81ceed
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/utils/testsuite/utests.pp

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

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