projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8daa517
)
[PSAPI_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
author
Amine Khaldi
<amine.khaldi@reactos.org>
Fri, 4 Mar 2016 09:44:49 +0000
(09:44 +0000)
committer
Amine Khaldi
<amine.khaldi@reactos.org>
Fri, 4 Mar 2016 09:44:49 +0000
(09:44 +0000)
svn path=/trunk/; revision=70911
rostests/winetests/psapi/psapi_main.c
patch
|
blob
|
history
diff --git
a/rostests/winetests/psapi/psapi_main.c
b/rostests/winetests/psapi/psapi_main.c
index
966a9f3
..
d460c91
100644
(file)
--- a/
rostests/winetests/psapi/psapi_main.c
+++ b/
rostests/winetests/psapi/psapi_main.c
@@
-254,7
+254,7
@@
static void test_GetPerformanceInfo(void)
/* compare with values from SYSTEM_PROCESS_INFORMATION */
size = 0;
status = pNtQuerySystemInformation(SystemProcessInformation, NULL, 0, &size);
- ok(status == STATUS_INFO_LENGTH_MISMATCH, "expected STATUS_LENGTH_MISMATCH, got %08x\n", status);
+ ok(status == STATUS_INFO_LENGTH_MISMATCH, "expected STATUS_
INFO_
LENGTH_MISMATCH, got %08x\n", status);
ok(size > 0, "incorrect length %d\n", size);
while (status == STATUS_INFO_LENGTH_MISMATCH)
{