Skip to content

Commit

Permalink
Changed Test Success message color to green
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentparrett committed Jul 9, 2014
1 parent 71055c4 commit 64920a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DUnitX.Loggers.Console.pas
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@ procedure TDUnitXConsoleLogger.OnTestSuccess(const threadId: Cardinal; const Tes
exit;
end;
FConsoleWriter.Indent(2);
SetConsolePassColor;
FConsoleWriter.WriteLn('Success.');
SetConsoleDefaultColor;
FConsoleWriter.Outdent(2);
end;

Expand Down

0 comments on commit 64920a9

Please sign in to comment.