Dan Hipschman : rpcrt4: Fix test typo.

Alexandre Julliard julliard at wine.codeweavers.com
Fri May 25 14:43:30 CDT 2007


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

Author: Dan Hipschman <dsh at linux.ucla.edu>
Date:   Thu May 24 17:47:22 2007 -0700

rpcrt4: Fix test typo.

---

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

diff --git a/dlls/rpcrt4/tests/server.c b/dlls/rpcrt4/tests/server.c
index da2bf5e..016088a 100644
--- a/dlls/rpcrt4/tests/server.c
+++ b/dlls/rpcrt4/tests/server.c
@@ -279,8 +279,8 @@ union_tests(void)
   sun.u.f = 5.0;
   ok(square_sun(&sun) == 25.0, "RPC square_sun\n");
 
-  sun.s = SUN_I;
-  sun.u.i = -2.0;
+  sun.s = SUN_F2;
+  sun.u.f = -2.0;
   ok(square_sun(&sun) == 4.0, "RPC square_sun\n");
 }
 




More information about the wine-cvs mailing list