summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-01-19 00:19:47 +0100
committerGünther Deschner <gd@samba.org>2010-01-19 14:14:30 +0100
commite0660ed1bc72effa5715587e105eb5096a3d70d0 (patch)
tree0ed2ce37a5d628026c0c929d51aa2e495333e697 /source4/torture
parent7d1c1e0083362c3782b2481e11207f1ce286c129 (diff)
downloadsamba-e0660ed1bc72effa5715587e105eb5096a3d70d0.tar.gz
samba-e0660ed1bc72effa5715587e105eb5096a3d70d0.tar.bz2
samba-e0660ed1bc72effa5715587e105eb5096a3d70d0.zip
s4-smbtorture: skip ReplyOpenPrinter test in RPC-SPOOLSS-NOTIFY while testing s3.
Guenther
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/spoolss_notify.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/torture/rpc/spoolss_notify.c b/source4/torture/rpc/spoolss_notify.c
index 5d81a6b847..eacf6943fc 100644
--- a/source4/torture/rpc/spoolss_notify.c
+++ b/source4/torture/rpc/spoolss_notify.c
@@ -315,6 +315,10 @@ static bool test_ReplyOpenPrinter(struct torture_context *tctx,
struct spoolss_ReplyClosePrinter s;
struct policy_handle h;
+ if (torture_setting_bool(tctx, "samba3", false)) {
+ torture_skip(tctx, "skipping ReplyOpenPrinter server implementation test against s3\n");
+ }
+
r.in.server_name = "earth";
r.in.printer_local = 2;
r.in.type = REG_DWORD;