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

This commit is contained in:
Akihiro Sagawa 2012-02-10 01:39:27 +09:00 committed by Alexandre Julliard
parent 4c908dd8da
commit 39f748f083
1 changed files with 3 additions and 3 deletions

View File

@ -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();
}