소스 검색

* 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.