Every 429,4967296 seconds => 7.2 minutes the duration of the tests where calculated incorrectly due to a wrong left shift.
To reproduce the bug without the PR:
start TcUnit-Verifier
put a breakpoint in TcUnit.F_GetCpuCounterAs64Bit
wait for CpuCounter.cpuCntLoDW to overflows from 4294967296 to 0 (32 bit variable)
remove the breakpoint
the duration is wrong
This PR closes #226 ... looking forward to the 1.3 release
Every 429,4967296 seconds => 7.2 minutes the duration of the tests where calculated incorrectly due to a wrong left shift. To reproduce the bug without the PR:
TcUnit.F_GetCpuCounterAs64Bit
CpuCounter.cpuCntLoDW
to overflows from 4294967296 to 0 (32 bit variable)This PR closes #226 ... looking forward to the 1.3 release