Explorar o código

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

Yuriy Sydorov %!s(int64=4) %!d(string=hai) anos
pai
achega
80c63fae30
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/test/units/sysutils/tffirst.pp

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

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