Commit 66f010e1 authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

rasapi32: Fix tests on platforms winme and some win98.

parent 2d02ec74
......@@ -59,6 +59,10 @@ static void test_rasenum(void)
win_skip("RAS configuration problem\n");
return;
}
if(ERROR_SUCCESS == result) {
win_skip("RasEnumDevicesA found nothing to enumerate\n");
return;
}
trace("RasEnumDevicesA: returned %d buffersize %d\n", result, cb);
ok(result == ERROR_BUFFER_TOO_SMALL,
"Expected ERROR_BUFFER_TOO_SMALL, got %08d\n", result);
......
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