Browse Source

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

Yuriy Sydorov 4 năm trước cách đây
mục cha
commit
64812bdc60
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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