소스 검색

Explicitly use testu version of GetFileContents function

FPC_Admin 1 년 전
부모
커밋
2584a271b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/utils/dbtests.pp

+ 1 - 1
tests/utils/dbtests.pp

@@ -401,7 +401,7 @@ begin
         Verbose(V_WARNING,'Could not find newly added test!')
       else
         If AddSource then
-          UpdateTest(Result,Info,GetFileContents(Name))
+          UpdateTest(Result,Info,testu.GetFileContents(Name))
         else
           UpdateTest(Result,Info,'');
       end