Commit d8339f2e authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

netapi32/tests: Fix the error text.

parent 45a0f45c
......@@ -217,7 +217,7 @@ static void run_querydisplayinformation1_tests(void)
pNetApiBufferFree(Buffer);
} while (Result == ERROR_MORE_DATA);
ok(hasAdmin, "Has Administrator account\n");
ok(hasAdmin, "Doesn't have 'Administrator' account\n");
}
static void run_usermodalsget_tests(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment