The branch, master has been updated
       via  55e1af8... s4-smbtorture: fix correct result error code in SetForm 
spoolss test.
      from  12bd7a1... s4-smbtorture: fix two context arguments in RPC-SAMSYNC 
test.

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 55e1af856ee64670c7ee925676d13f48ffcdd6ad
Author: Günther Deschner <g...@samba.org>
Date:   Tue Apr 6 12:13:54 2010 +0200

    s4-smbtorture: fix correct result error code in SetForm spoolss test.
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source4/torture/rpc/spoolss.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c
index be03ee1..a4a5d08 100644
--- a/source4/torture/rpc/spoolss.c
+++ b/source4/torture/rpc/spoolss.c
@@ -2385,7 +2385,7 @@ static bool test_AddForm(struct torture_context *tctx,
 
                torture_assert_ntstatus_ok(tctx, status, "SetForm failed");
 
-               torture_assert_werr_ok(tctx, r.out.result, "SetForm failed");
+               torture_assert_werr_ok(tctx, sf.out.result, "SetForm failed");
        }
 
        if (!print_server) ret &= test_GetForm(tctx, b, handle, form_name, 1);


-- 
Samba Shared Repository

Reply via email to