diff options
author | Günther Deschner <gd@samba.org> | 2010-03-25 10:20:14 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-03-25 11:04:52 +0100 |
commit | 2e20cdaeeb28bdaddcfd0fb1807e8f3eb8c8e525 (patch) | |
tree | bd455e9342ce9dc36e35d94cf43402e31e9c84e9 /source4/torture/rpc | |
parent | 59315887a07033316edf91c0c57563eee5ea992d (diff) | |
download | samba-2e20cdaeeb28bdaddcfd0fb1807e8f3eb8c8e525.tar.gz samba-2e20cdaeeb28bdaddcfd0fb1807e8f3eb8c8e525.tar.bz2 samba-2e20cdaeeb28bdaddcfd0fb1807e8f3eb8c8e525.zip |
s4-smbtorture: activate job control tests against s3 in spoolss tests.
Spoolss job control commands work for cups in s3 now but not for other
backends. We need to investigate why.
Guenther
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/spoolss.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c index b06c109af3..6bd3389fb5 100644 --- a/source4/torture/rpc/spoolss.c +++ b/source4/torture/rpc/spoolss.c @@ -2701,11 +2701,8 @@ static bool test_EnumJobs(struct torture_context *tctx, torture_assert(tctx, test_GetJob(tctx, b, handle, info[j].info1.job_id), "failed to call test_GetJob"); - /* FIXME - gd */ - if (!torture_setting_bool(tctx, "samba3", false)) { - test_SetJob(tctx, b, handle, info[j].info1.job_id, SPOOLSS_JOB_CONTROL_PAUSE); - test_SetJob(tctx, b, handle, info[j].info1.job_id, SPOOLSS_JOB_CONTROL_RESUME); - } + test_SetJob(tctx, b, handle, info[j].info1.job_id, SPOOLSS_JOB_CONTROL_PAUSE); + test_SetJob(tctx, b, handle, info[j].info1.job_id, SPOOLSS_JOB_CONTROL_RESUME); } } else { |