Hi Mike,
Do we have to register the IXMLDOMNode to the registry? As you did in the test for domdoc. I think we need to add all other basic interface's CLSID's to the registry?
Thanks, Vijay
On 8/16/05, Mike McCormack mike@codeweavers.com wrote:
Vijay Kiran Kamuju wrote:
I am planning to write some tests for IXMLDOMNode. I need your help on how to write tests in the wine test framework and test on the windows framework.
I started a simple test case in dlls/msxml3/tests/domdoc.c. I modify it a little bit to get it to compile under MSVC 6.0. I've attached the diff from the version that compiles on Windows.
Mike