From 2e20cdaeeb28bdaddcfd0fb1807e8f3eb8c8e525 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 25 Mar 2010 10:20:14 +0100 Subject: 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 --- source4/torture/rpc/spoolss.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'source4/torture') 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 { -- cgit