s4-smbtorture: add test_SetPrinterDataEx to RPC-SPOOLSS-PRINTER.
authorGünther Deschner <gd@samba.org>
Mon, 1 Mar 2010 13:27:43 +0000 (14:27 +0100)
committerGünther Deschner <gd@samba.org>
Mon, 1 Mar 2010 14:22:29 +0000 (15:22 +0100)
Guenther

source4/torture/rpc/spoolss.c

index 7fa33ce24d48de5473b71a7aedb3e0f9bdd81a5b..c1e354e424ffae74a3127cf2f252e0417fa56303 100644 (file)
@@ -4553,6 +4553,10 @@ static bool test_one_printer(struct torture_context *tctx,
                ret = false;
        }
 
+       if (!test_SetPrinterDataEx(tctx, p, handle)) {
+               ret = false;
+       }
+
        return ret;
 }