rpcrt4: The get_ranged_enum test doesn't work on Windows, so don't execute it for the moment.

This commit is contained in:
Rob Shearman 2009-11-10 23:04:03 +00:00 committed by Alexandre Julliard
parent 1802a5b9ba
commit 7e52896b84
1 changed files with 0 additions and 4 deletions

View File

@ -775,7 +775,6 @@ basic_tests(void)
wstr_struct_t ws = {wstring};
str_t str;
se_t se;
renum_t re;
ok(int_return() == INT_CODE, "RPC int_return\n");
@ -888,9 +887,6 @@ basic_tests(void)
ok(x == 0, "echo_ranged_int() returned %d instead of 0\n", x);
x = echo_ranged_int(100);
ok(x == 100, "echo_ranged_int() returned %d instead of 100\n", x);
get_ranged_enum(&re);
ok(re == RE3, "get_ranged_enum() returned %d instead of RE3\n", re);
}
static void