[GDI32_APITEST]
authorThomas Faber <thomas.faber@reactos.org>
Sun, 26 Aug 2012 11:17:37 +0000 (11:17 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Sun, 26 Aug 2012 11:17:37 +0000 (11:17 +0000)
- Actually run the CreateIconIndirect test when it's called

svn path=/trunk/; revision=57164

rostests/apitests/gdi32/testlist.c

index 9132a88..86a2d0d 100644 (file)
@@ -75,7 +75,7 @@ const struct test winetest_testlist[] =
     { "CreateDIBPatternBrush", func_CreateDIBPatternBrush },
     { "CreateFont", func_CreateFont },
     { "CreateFontIndirect", func_CreateFontIndirect },
-    { "CreateIconIndirect", func_CreateFontIndirect },
+    { "CreateIconIndirect", func_CreateIconIndirect },
     { "CreatePen", func_CreatePen },
     { "CreateRectRgn", func_CreateRectRgn },
     { "DPtoLP", func_DPtoLP },