2
0
Эх сурвалжийг харах

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

Yuriy Sydorov 4 жил өмнө
parent
commit
80c63fae30

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

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