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

Alexandre Julliard julliard at winehq.org
Thu Feb 9 15:21:49 CST 2012


Module: wine
Branch: master
Commit: 39f748f083d3c311e288a6ee8630f42426c830dd
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=39f748f083d3c311e288a6ee8630f42426c830dd

Author: Akihiro Sagawa <sagawa.aki at gmail.com>
Date:   Fri Feb 10 01:39:27 2012 +0900

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

---

 dlls/gdi32/tests/font.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/gdi32/tests/font.c b/dlls/gdi32/tests/font.c
index 307493b..d004cf4 100644
--- a/dlls/gdi32/tests/font.c
+++ b/dlls/gdi32/tests/font.c
@@ -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();
 }




More information about the wine-cvs mailing list