Jeremy Drake <w...@jdrake.com> writes:

> Right.  That's why I abandoned writing a patch to implement the functions,
> and instead focused on writing test cases so others could implement them.
> Is writing test cases also verboten for someone who has seen disassembly?

Yes, it's better to avoid it, because then you may be testing things
that you know the function is doing internally but that may not actually
matter. Tests have to treat the target dll as a black box, and if you
looked inside then it's no longer a true black box. Sorry about that,
but we really have to play it safe, for obvious reasons.

-- 
Alexandre Julliard
julli...@winehq.org


Reply via email to