lz32/tests: Fix a test failure on Win9x.
This commit is contained in:
parent
095ba950d6
commit
4b643733fc
@ -371,7 +371,7 @@ static void test_LZOpenFileA(void)
|
|||||||
ok(test.cBytes == sizeof(OFSTRUCT),
|
ok(test.cBytes == sizeof(OFSTRUCT),
|
||||||
"LZOpenFileA set test.cBytes to %d\n", test.cBytes);
|
"LZOpenFileA set test.cBytes to %d\n", test.cBytes);
|
||||||
ok(test.nErrCode == ERROR_SUCCESS ||
|
ok(test.nErrCode == ERROR_SUCCESS ||
|
||||||
test.nErrCode == ERROR_FILE_NOT_FOUND, /* win9x */
|
broken(test.nErrCode != ERROR_SUCCESS), /* win9x */
|
||||||
"LZOpenFileA set test.nErrCode to %d\n", test.nErrCode);
|
"LZOpenFileA set test.nErrCode to %d\n", test.nErrCode);
|
||||||
ok(lstrcmpA(test.szPathName, expected) == 0,
|
ok(lstrcmpA(test.szPathName, expected) == 0,
|
||||||
"LZOpenFileA returned '%s', but was expected to return '%s'\n",
|
"LZOpenFileA returned '%s', but was expected to return '%s'\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user