C testing framewok. Updated. SystemParametersInfo unit test.

Dimitrie O. Paun dimi at cs.toronto.edu
Thu Jan 17 12:58:19 CST 2002


On Thu, 17 Jan 2002, Dmitry Timoshkov wrote:

> I would suggest to explicitly use A and W suffixes to avoid confusion:
> not just SystemParametersInfo, but SystemParametersInfoA.

For tests, I think we should in fact use SystemParametersInfo, and then
compile the test twice -- for A and for W. Both versions should behave the
same, right?

If we make people write the same code twice (for A and for W), we will
either (1) get no tests, or (2) have tests that exercise only one of the
two cases.

--
Dimi.





More information about the wine-devel mailing list