Henri Verbeet wrote:
2009/8/10 Owen Rudge orudge@codeweavers.com:
This is the first of a series of patches to implement the IImageList interface into comctl32, introduced in comctl32 v6.
This first patch splits the routines for loading v6 of comctl32 (requiring a side-by-side manifest) out of the listview tests and into a general file, so that it can be used by the imagelist tests too.
I don't know if there's any reason these tests should be an exception, but the general rule is that tests are supposed to be contained within their own file, to allow for easy compilation.
He didn't move any tests but only initialization routines. This v6 tests should have similar structure for all comctl32 controls - first <v6 tests, then v6 tests after proper initialization.