Browse Source

* Color change

Michaël Van Canneyt 4 months ago
parent
commit
984a468997
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/utils/testsuite/tsgraph.pas

+ 1 - 1
tests/utils/testsuite/tsgraph.pas

@@ -150,7 +150,7 @@ begin
       Writeln(stdout,'Setting brush style');
       Writeln(stdout,'Setting brush style');
       system.flush(stdout);
       system.flush(stdout);
     end;
     end;
-  cnv.brush.FPColor:=colDkGray;
+  cnv.brush.FPColor:=colYellow;
   SR:=Skipped/Total;
   SR:=Skipped/Total;
   FR:=Failed/Total;
   FR:=Failed/Total;
   PR:=1-SR-FR;
   PR:=1-SR-FR;