Nikolay Sivov nsivov@codeweavers.com writes:
dlls/msxml3/schema.c | 9 +++++++-- dlls/msxml3/tests/domdoc.c | 28 +++++++++++++++++----------- 2 files changed, 24 insertions(+), 13 deletions(-)
It doesn't work here:
../../../tools/runtest -q -P wine -T ../../.. -M msxml3.dll -p msxml3_test.exe.so schema && touch schema.ok schema.c:1526: Test failed: got 0x80004003, expected 0x80004001 make: *** [schema.ok] Error 1
On 3/13/2014 20:18, Alexandre Julliard wrote:
Nikolay Sivov nsivov@codeweavers.com writes:
dlls/msxml3/schema.c | 9 +++++++-- dlls/msxml3/tests/domdoc.c | 28 +++++++++++++++++----------- 2 files changed, 24 insertions(+), 13 deletions(-)
It doesn't work here:
../../../tools/runtest -q -P wine -T ../../.. -M msxml3.dll -p msxml3_test.exe.so schema && touch schema.ok schema.c:1526: Test failed: got 0x80004003, expected 0x80004001 make: *** [schema.ok] Error 1
Sorry about that, I sent a fixed version.