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

This reverts commit 81036cc51831db03f8e0eb03b5f74ae5099461cd.
This commit is contained in:
Rob Shearman 2009-11-12 10:31:38 +00:00 committed by Alexandre Julliard
parent 8e750b0ef6
commit efda021c5d
1 changed files with 4 additions and 0 deletions

View File

@ -775,6 +775,7 @@ 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");
@ -887,6 +888,9 @@ 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