Zhiyi Zhang (@zhiyi) commented about dlls/comctl32/tests/misc.c:
ok( hwnd != NULL, "Failed to create window for class %s.\n", name ); GetClassNameA(hwnd, buff, ARRAY_SIZE(buff)); ok( !strcmp(name, buff), "Unexpected class name %s, expected %s.\n", buff, name );
objid = SendMessageA(hwnd, WM_GETOBJECT, 0, OBJID_QUERYCLASSNAMEIDX);
All the OBJID_QUERYCLASSNAMEIDX tests previously added in other files can be deleted now.