Commit 39f748f0 authored by Akihiro Sagawa's avatar Akihiro Sagawa Committed by Alexandre Julliard

gdi32/tests: Reorder tests to avoid side-effects.

parent 4c908dd8
......@@ -4275,11 +4275,11 @@ START_TEST(font)
test_CreateFontIndirectEx();
test_oemcharset();
test_fullname();
test_vertical_font();
test_east_asian_font_selection();
/* CreateScalableFontResource should be last test until RemoveFontResource
/* These tests should be last test until RemoveFontResource
* is properly implemented.
*/
test_vertical_font();
test_CreateScalableFontResource();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment