Re: [1/6] qedit: Add test framework and test for IMediaDet_put_Filename.

2008-04-04 Thread Alexandre Julliard
Dan Hipschman <[EMAIL PROTECTED]> writes: > This sets up some real tests for qedit using an actual AVI file to test > with. The resource is constructed from the AVI file by prepending the > size so we know how big it is in the code. That's ugly, you should use SizeofResource instead. -- Alexan

Re: [1/6] qedit: Add test framework and test for IMediaDet_put_Filename.

2008-04-03 Thread Dan Kegel
On Thu, Apr 3, 2008 at 7:17 PM, Dan Hipschman <[EMAIL PROTECTED]> wrote: > It doesn't depend on any files anywhere at runtime. The file is > compiled into the executable as a resource and the resource is extracted > to a temp file at runtime, so the executable is all you need to run the > test

Re: [1/6] qedit: Add test framework and test for IMediaDet_put_Filename.

2008-04-03 Thread Dan Hipschman
On Thu, Apr 03, 2008 at 06:14:03PM -0700, Dan Kegel wrote: > I think you can't depend on files existing in the source > directory; you have to create them yourself > (e.g. from a hex array in your source). > Otherwise the unified winetest app that we > use for semiautomated remote windows testing >

re: [1/6] qedit: Add test framework and test for IMediaDet_put_Filename.

2008-04-03 Thread Dan Kegel
I think you can't depend on files existing in the source directory; you have to create them yourself (e.g. from a hex array in your source). Otherwise the unified winetest app that we use for semiautomated remote windows testing by users won't work. But if, say, WINETEST_INTERACTIVE is set, you ca