Vitaliy Margolen wine-devel@kievinfo.com writes:
Those tests cover kernel32.dll, ntdll and OM in the wineserver. So I've put them in the middle <g>. They could be moved to kernel, but then it will import same number of ntdll functions. So I don't really see a reason to move them around. But rather keep all the object manager specific tests in the one place
The object manager can be tested by using only ntdll functions, and that can be done in ntdll. Then you can have tests for the kernel32 functions in a kernel32 test. This way they will also be tested on win9x, which isn't the case if you mix everything together.