Explorar o código

Explicitly use testu version of GetFileContents function

FPC_Admin hai 1 ano
pai
achega
2584a271b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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