mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-13 14:49:59 +02:00
FPCUnit: Fis a SIGFPE in GUITestRunner. Issue #22375, patch from Ludo Brands
git-svn-id: trunk@37890 -
This commit is contained in:
parent
544ee94c5a
commit
25079c9360
@ -405,9 +405,9 @@ begin
|
||||
Canvas.Font.Color := clWhite;
|
||||
if Assigned(TestSuite) then
|
||||
begin
|
||||
alltests := TestSuite.CountTestCases;
|
||||
if alltests - skipsCounter <> 0 then
|
||||
begin
|
||||
alltests := TestSuite.CountTestCases;
|
||||
if FailureCounter + ErrorCounter = 0 then
|
||||
barColor := clGreen;
|
||||
Canvas.Brush.Color := barColor;
|
||||
|
Loading…
Reference in New Issue
Block a user