-
Martin Sköld authored
A theory for the sporadic test failures is that string comparison of system variables containing integer data is prone to errors when numbers become large. To avoid this we modify the test case to avoid string comparison by forcing selection of system variables into integers using dummy arithmetic (+0).
Martin Sköld authoredA theory for the sporadic test failures is that string comparison of system variables containing integer data is prone to errors when numbers become large. To avoid this we modify the test case to avoid string comparison by forcing selection of system variables into integers using dummy arithmetic (+0).
Loading