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

Alexandre Julliard julliard at winehq.org
Wed Nov 11 08:33:24 CST 2009


Module: wine
Branch: master
Commit: 7e52896b841cc117249f0507486ff9f29e0eaaf2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7e52896b841cc117249f0507486ff9f29e0eaaf2

Author: Rob Shearman <robertshearman at gmail.com>
Date:   Tue Nov 10 23:04:03 2009 +0000

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

---

 dlls/rpcrt4/tests/server.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/dlls/rpcrt4/tests/server.c b/dlls/rpcrt4/tests/server.c
index 1205ea4..42753ac 100644
--- a/dlls/rpcrt4/tests/server.c
+++ b/dlls/rpcrt4/tests/server.c
@@ -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




More information about the wine-cvs mailing list