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

git-svn-id: trunk@6180 -
This commit is contained in:
fpc 2007-01-24 22:01:23 +00:00
parent 63ebc2a1b8
commit bd8b81ceed

View File

@ -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;