[PATCH 2/8] d3dx9/tests: Add more tests for IsParameterUsed() function.

Matteo Bruni matteo.mystral at gmail.com
Fri Apr 21 12:03:43 CDT 2017


2017-04-20 13:26 GMT+02:00 Paul Gofman <gofmanp at 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.



More information about the wine-devel mailing list