[USER32_APITEST]
authorThomas Faber <thomas.faber@reactos.org>
Wed, 4 Jul 2012 18:01:13 +0000 (18:01 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Wed, 4 Jul 2012 18:01:13 +0000 (18:01 +0000)
- Prevent duplicate test name

svn path=/trunk/; revision=56824

rostests/apitests/user32/testlist.c

index f1d248f..4202ab1 100644 (file)
@@ -39,7 +39,7 @@ const struct test winetest_testlist[] =
     { "SystemParametersInfo", func_SystemParametersInfo },
     { "TrackMouseEvent", func_TrackMouseEvent },
     { "WndProc", func_WndProc },
-    { "wsprintf", func_wsprintf },
+    { "wsprintfApi", func_wsprintf },
     { 0, 0 }
 };