[PATCH 3/3] mlang/tests: Add MapFont tests.

Nikolay Sivov nsivov at codeweavers.com
Mon Nov 27 06:06:53 CST 2017


On 11/27/2017 02:47 PM, Ziqing Hui wrote:

> +static void test_MapFont(IMLangFontLink *font_link, IMLangFontLink2 *font_link2)
I know it's already done this way for other mlang tests, but I think 
it's better to have each test create its own objects, instead of reusing 
them. Creating IMLangFontLink and IMLangFontLink2 separately is also 
unnecessary, because you can query one from another.



More information about the wine-devel mailing list