mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
qmgr/tests: Test the correct handle.
This commit is contained in:
parent
fad0f48350
commit
b6a1529171
@ -319,7 +319,7 @@ static void compareFiles(WCHAR *n1, WCHAR *n2)
|
||||
|
||||
f2 = CreateFileW(n2, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING,
|
||||
FILE_ATTRIBUTE_NORMAL, NULL);
|
||||
ok(f1 != INVALID_HANDLE_VALUE, "CreateFile\n");
|
||||
ok(f2 != INVALID_HANDLE_VALUE, "CreateFile\n");
|
||||
|
||||
/* Neither of these files is very big */
|
||||
ok(ReadFile(f1, b1, sizeof b1, &s1, NULL), "ReadFile\n");
|
||||
|
Loading…
Reference in New Issue
Block a user