Fixes typo in the test 822

git-svn-id: trunk@27761 -
This commit is contained in:
sekelsenmat 2010-10-19 12:16:15 +00:00
parent b1f3a0a6c8
commit c7d58c33c4

View File

@ -37,7 +37,7 @@ begin
[ScrollBar1.Width, LineEnding, GetSystemMetrics(SM_CXVSCROLL)]);
if ParamStr(1)='--runtest' then begin
if ScrollBar1.Width = GetSystemMetrics(SM_CXVSCROLL) then
writeln('ScrollBar1.Width = GetSystemMetrics(SM_CXVSCROLL) = ')
writeln('ScrollBar1.Width = GetSystemMetrics(SM_CXVSCROLL)')
else
writeln(
format('ScrollBar1.Width (%d) <> GetSystemMetrics(SM_CXVSCROLL) (%d)',