On Mon Mar 6 06:59:54 2023 +0000, Akihiro Sagawa wrote:
As seen in another merge request, our preference is to add test cases with `todo_wine` first. Then change the main part and remove `todo_wine`. In general, a locale-specific test case is not a good idea. I think the test case will pass in another locale if we have SimSun typeface. If SimSun is not available in the test environment, it is good practice to add a `skip` message indicating that the test is not run.
I added a skip message indicating if SimSun is not available.
The problem I met is, when there is SimSun typeface,but still can't enum MS Shell Dlg, because the family name is Chinese "宋体",not SimSun. the second name is SimSun(english).
So I write this test case. I have tested it , with my patch and SimSun typeface, the test is OK