"Richard Cohen" richard@daijobu.co.uk wrote:
Changelog:
- Improve AdjustWindowRect
- add a test
dlls/user/tests/win.c already has AdjustWindowRect tests, see test_nonclient_area. If you could add your tests there that would be great.
Dmitry Timoshkov wrote:
dlls/user/tests/win.c already has AdjustWindowRect tests, see test_nonclient_area. If you could add your tests there that would be great.
Yes, I saw the tests in there. I preferred keeping it as a separate file so that it is simple to understand - it just runs through all the window styles and checks AdjustWindowRect. win.c is already over 2000 lines long!
Richard.
Richard Cohen richard@daijobu.co.uk writes:
Yes, I saw the tests in there. I preferred keeping it as a separate file so that it is simple to understand - it just runs through all the window styles and checks AdjustWindowRect. win.c is already over 2000 lines long!
We can't create a new file for every single test, this will become unmanageable; please merge it into the existing win.c test.