diff options
author | Günther Deschner <gd@samba.org> | 2010-03-01 14:27:43 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-03-01 15:22:29 +0100 |
commit | 4f6634e56dde97552fec69c99cbf63f80609f9f4 (patch) | |
tree | cdd4bf222593191a4eb0f650ac6b2b9190c3cf0f | |
parent | 74c7c1cc7fcaed83a86ef0708c0faf4735bc5737 (diff) | |
download | samba-4f6634e56dde97552fec69c99cbf63f80609f9f4.tar.gz samba-4f6634e56dde97552fec69c99cbf63f80609f9f4.tar.bz2 samba-4f6634e56dde97552fec69c99cbf63f80609f9f4.zip |
s4-smbtorture: add test_SetPrinterDataEx to RPC-SPOOLSS-PRINTER.
Guenther
-rw-r--r-- | source4/torture/rpc/spoolss.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c index 7fa33ce24d..c1e354e424 100644 --- a/source4/torture/rpc/spoolss.c +++ b/source4/torture/rpc/spoolss.c @@ -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; } |