Re: [PATCH 2/8] d3dx9/tests: Add more tests for IsParameterUsed() function.
21 Apr
2017
21 Apr
'17
5:03 p.m.
2017-04-20 13:26 GMT+02:00 Paul Gofman <gofmanp(a)gmail.com>:
+ todo_wine + ok(effect3->lpVtbl->IsParameterUsed(effect3, "vs_arr2", "tech0"), + "Unexpected IsParameterUsed result FALSE.\n"); + todo_wine + ok(!effect3->lpVtbl->IsParameterUsed(effect3, "vs_arr2[0]", "tech0"), + "Unexpected IsParameterUsed result FALSE.\n");
Typo. I'd just leave out the TRUE / FALSE from these messages, one has to look up the code anyway if there is a test failure.
3159
Age (days ago)
3159
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matteo Bruni