From 7d107cda8936edfe3e0ce916600cc3cea91cd490 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 8 Feb 2011 15:16:20 +0100 Subject: s4-smbtorture: also run the driver timestamp spoolss test against samba. Guenther --- source4/torture/rpc/spoolss.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4') diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c index dc9f704a69..e3c2a5753c 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; -- cgit