http://bugs.winehq.org/show_bug.cgi?id=14771
--- Comment #22 from André H. nerv@dawncrow.de 2013-05-12 10:35:04 CDT --- (In reply to comment #21)
(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.
did you had a look at how delete_key works? i'm not sure if i understand you correctly.
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.
Oh, true. this is a little fix if it still works then. be free to send a patch for this.
Would you mind if I'll have some ideas to improve these and extends some new tests? Thank you.
no problem.