https://git.reactos.org/?p=reactos.git;a=commitdiff;h=173200c3cbe1b047bad18…
commit 173200c3cbe1b047bad180dcfab8b4fdac7c599c
Author: Amine Khaldi <amine.khaldi(a)reactos.org>
AuthorDate: Sun Jan 21 22:40:45 2018 +0100
Commit: Amine Khaldi <amine.khaldi(a)reactos.org>
CommitDate: Sun Jan 21 22:40:45 2018 +0100
[NETAPI32_WINETEST] Sync with Wine 3.0. CORE-14225
---
modules/rostests/winetests/netapi32/wksta.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/modules/rostests/winetests/netapi32/wksta.c
b/modules/rostests/winetests/netapi32/wksta.c
index ee3004e17c..418a1ad626 100644
--- a/modules/rostests/winetests/netapi32/wksta.c
+++ b/modules/rostests/winetests/netapi32/wksta.c
@@ -168,7 +168,8 @@ static void run_wkstatransportenum_tests(void)
/* 4th check: is param 6 passed? */
apiReturn = pNetWkstaTransportEnum(NULL, 0, &bufPtr, MAX_PREFERRED_LENGTH,
&entriesRead, NULL, NULL);
- ok(apiReturn == RPC_X_NULL_REF_POINTER, "null pointer\n");
+ ok(apiReturn == RPC_X_NULL_REF_POINTER,
+ "NetWkstaTransportEnum returned %d\n", apiReturn);
/* final check: valid return, actually get data back */
apiReturn = pNetWkstaTransportEnum(NULL, 0, &bufPtr, MAX_PREFERRED_LENGTH,