From: Günther Deschner Date: Tue, 8 Feb 2011 14:16:20 +0000 (+0100) Subject: s4-smbtorture: also run the driver timestamp spoolss test against samba. X-Git-Tag: tevent-0.9.11~878 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d107cda8936edfe3e0ce916600cc3cea91cd490;p=thirdparty%2Fsamba.git s4-smbtorture: also run the driver timestamp spoolss test against samba. Guenther --- diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c index dc9f704a69d..e3c2a5753c8 100644 --- a/source4/torture/rpc/spoolss.c +++ b/source4/torture/rpc/spoolss.c @@ -9269,10 +9269,6 @@ static bool test_add_driver_timestamps(struct torture_context *tctx, struct torture_driver_context *d; struct timeval t = timeval_current(); - if (torture_setting_bool(tctx, "samba3", false)) { - torture_skip(tctx, "skipping timestamps test against samba"); - } - d = talloc_zero(tctx, struct torture_driver_context); d->info8.version = SPOOLSS_DRIVER_VERSION_200X;