浏览代码

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

git-svn-id: trunk@7004 -
michael 18 年之前
父节点
当前提交
e139c19c48
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/webtbs/tw8187.pp

+ 1 - 0
tests/webtbs/tw8187.pp

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