Author: tfaber
Date: Sun Aug 26 11:17:37 2012
New Revision: 57164
URL:
http://svn.reactos.org/svn/reactos?rev=57164&view=rev
Log:
[GDI32_APITEST]
- Actually run the CreateIconIndirect test when it's called
Modified:
trunk/rostests/apitests/gdi32/testlist.c
Modified: trunk/rostests/apitests/gdi32/testlist.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/testlist.c…
==============================================================================
--- trunk/rostests/apitests/gdi32/testlist.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/gdi32/testlist.c [iso-8859-1] Sun Aug 26 11:17:37 2012
@@ -75,7 +75,7 @@
{ "CreateDIBPatternBrush", func_CreateDIBPatternBrush },
{ "CreateFont", func_CreateFont },
{ "CreateFontIndirect", func_CreateFontIndirect },
- { "CreateIconIndirect", func_CreateFontIndirect },
+ { "CreateIconIndirect", func_CreateIconIndirect },
{ "CreatePen", func_CreatePen },
{ "CreateRectRgn", func_CreateRectRgn },
{ "DPtoLP", func_DPtoLP },