Re: implemented first testcase for dxdiagn
29 May
2008
29 May
'08
5:47 p.m.
Markus wrote:
------------------------------------------------------------------------
+ hr = IDxDiagContainer_GetNumberOfProps(pAdapterContainer, &dwPropCount); + ok(dwPropCount == 72, "Incorrect number of properties in display adapter container. " + "Found (%d) should be (%d).\n", dwPropCount, 72);
I don't think you can relay on that being true all the time. Besides what's the point in testing the number of properties? As a general note - if you add a test that currently fails on Wine it needs todo_wine at front of it. Vitaliy.
6403
Age (days ago)
6403
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vitaliy Margolen