James Hawkins : rpcrt4: Remove a test that was replaced by a better test.

Alexandre Julliard julliard at winehq.org
Wed Sep 3 07:43:36 CDT 2008


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

Author: James Hawkins <jhawkins at codeweavers.com>
Date:   Tue Sep  2 01:08:47 2008 -0500

rpcrt4: Remove a test that was replaced by a better test.

---

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

diff --git a/dlls/rpcrt4/tests/ndr_marshall.c b/dlls/rpcrt4/tests/ndr_marshall.c
index 67dfae5..3cd1337 100644
--- a/dlls/rpcrt4/tests/ndr_marshall.c
+++ b/dlls/rpcrt4/tests/ndr_marshall.c
@@ -1184,7 +1184,6 @@ static void test_client_init(void)
     TEST_ZERO(PointerLength, "%d");
     TEST_ZERO(fInDontFree, "%d");
     TEST_ZERO(fDontCallFreeInst, "%d");
-    TEST_ZERO(fInOnlyParam, "%d");
     ok(stubMsg.fInOnlyParam == 0 ||
        stubMsg.fInOnlyParam == -1, /* Vista */
        "fInOnlyParam should have been set to 0 or -1 instead of %d\n", stubMsg.fInOnlyParam);




More information about the wine-cvs mailing list