FPCUnit: Fis a SIGFPE in GUITestRunner. Issue , patch from Ludo Brands

git-svn-id: trunk@37890 -
This commit is contained in:
juha 2012-07-06 13:23:38 +00:00
parent 544ee94c5a
commit 25079c9360

View File

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