http://bugs.winehq.org/show_bug.cgi?id=14771
Guo Jian orzhvs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |orzhvs@gmail.com
--- Comment #21 from Guo Jian orzhvs@gmail.com 2013-05-11 16:04:28 CDT --- (In reply to comment #20)
btw: now we have much tests for that in dlls/advapi32/tests/registry.c:test_classesroot
does someone wants to start the implementation? :)
I would like to start the work right now. While I tried to run the tests in windows step by step, I found something that may be confusing.
advapi32/tests/registry.c:2173 delete_key( hkey ); This did not delete the key without KEY_ENUMERATE_SUB_KEYS access mask. But if it did deleted the key, the tests following will not work as expected.
advapi32/tests/registry.c:2256 /* check that the value is overwritten in hklm and user's classes */ But the following codes checks hkcr instead of hklm.
Would you mind if I'll have some ideas to improve these and extends some new tests? Thank you.