gedmurphy wrote:
Should this not be in the wine tests framework?
I don't see anything wrong with using Timo's testing framework.
It looked modular enough to be suitable for any kind of DLL testing. In
fact, my test suite code is based on the gdi32.dll test with only some minor
modifications and of course another test list.
The Wine test framework is currently only used by tests imported from Wine,
so an own test suite for ws2_32.dll might get lost there.
Also Timo's testing framework offers some interesting features like HTML
output not offered by the Wine one.
Additionally, we have a free hand here and can play with it as we want,
while we can only import and maybe make little changes to the Wine test
framework if we want to avoid a big merging mess.
Best regards,
Colin