소스 검색

* set DecimalSeparator explicitly so that Format output can be tested easily regardless of current locale

git-svn-id: trunk@29701 -
Tomas Hajny 10 년 전
부모
커밋
41312d44b4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tests/webtbs/tw21449.pp

+ 1 - 0
tests/webtbs/tw21449.pp

@@ -49,6 +49,7 @@ begin
 end;
 
 begin
+  DecimalSeparator := '.';
   test;
   writeln('ok');
 end.