Browse Source

* Explicitly specify DefaultRTLFileSystemCodePage for the test in order
to be independent from the current system code page.

Yuriy Sydorov 3 years ago
parent
commit
80c63fae30
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/test/units/sysutils/tffirst.pp

+ 1 - 0
tests/test/units/sysutils/tffirst.pp

@@ -251,6 +251,7 @@ begin
 end;
 end;
 
 
 begin
 begin
+  DefaultRTLFileSystemCodePage:=CP_UTF8;
   tffirstutf8;
   tffirstutf8;
   tffirstutf16;
   tffirstutf16;
 end.  
 end.