Browse Source

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

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