Adapt utcprocess unit to name changes to allow use inside testsuite

This commit is contained in:
Pierre Muller 2024-02-24 12:50:45 +00:00
parent 4ad0c88a73
commit f75f688f8b

View File

@ -63,10 +63,10 @@ implementation
uses dateutils; uses dateutils;
const const
dotouch = 'dotouch'; dotouch = 'tdotouch';
docat = 'docat'; docat = 'tdocat';
doexit = 'doexit'; doexit = 'tdoexit';
genout = 'genout'; genout = 't_genout';
fntouch = 'touch.txt'; fntouch = 'touch.txt';
fntestoutput = 'output.txt'; fntestoutput = 'output.txt';
fntestinput = 'input.txt'; fntestinput = 'input.txt';