소스 검색

* Modified the test to run properly on non-UTF8 systems.

Yuriy Sydorov 4 년 전
부모
커밋
64812bdc60
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/webtbs/tw29353.pp

+ 1 - 1
tests/webtbs/tw29353.pp

@@ -11,7 +11,7 @@ uses
   { you can add units after this };
 
 Var
-  AString : String;
+  AString : utf8string;
 begin
   AString := 'öö';
   Case AString of