* LongTimeFormat should be hh:nn:ss for this test to work

git-svn-id: trunk@7004 -
This commit is contained in:
michael 2007-03-26 22:06:12 +00:00
parent c4ed4ed7c1
commit e139c19c48

View File

@ -23,5 +23,6 @@ begin
end;
begin
LongTimeFormat:='hh:nn:ss';
CheckTime;
end.