Browse Source

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

Yuriy Sydorov 3 years ago
parent
commit
64812bdc60
1 changed files with 1 additions and 1 deletions
  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