[KERNEL32_APITEST]
authorThomas Faber <thomas.faber@reactos.org>
Thu, 4 May 2017 16:45:42 +0000 (16:45 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Thu, 4 May 2017 16:45:42 +0000 (16:45 +0000)
- Fix a broken test name. APITests can not have names already used by Wine tests!  ... they should be named after APIs, anyway...

svn path=/trunk/; revision=74478

rostests/apitests/kernel32/testlist.c

index 69131f5..10dafa5 100644 (file)
@@ -29,7 +29,7 @@ extern void func_WideCharToMultiByte(void);
 
 const struct test winetest_testlist[] =
 {
 
 const struct test winetest_testlist[] =
 {
-    { "Console",                     func_Console },
+    { "ConsoleCP",                   func_Console },
     { "DefaultActCtx",               func_DefaultActCtx },
     { "DeviceIoControl",             func_DeviceIoControl },
     { "dosdev",                      func_dosdev },
     { "DefaultActCtx",               func_DefaultActCtx },
     { "DeviceIoControl",             func_DeviceIoControl },
     { "dosdev",                      func_dosdev },