diff options
author | Günther Deschner <gd@samba.org> | 2011-02-08 15:16:20 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-08 17:23:52 +0100 |
commit | 7d107cda8936edfe3e0ce916600cc3cea91cd490 (patch) | |
tree | be5d5d8eb06ea1022aeca1e06164021b8101300c /source4 | |
parent | 4086c1e382a22f08a5b138bb6617451de2042ad9 (diff) | |
download | samba-7d107cda8936edfe3e0ce916600cc3cea91cd490.tar.gz samba-7d107cda8936edfe3e0ce916600cc3cea91cd490.tar.bz2 samba-7d107cda8936edfe3e0ce916600cc3cea91cd490.zip |
s4-smbtorture: also run the driver timestamp spoolss test against samba.
Guenther
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/rpc/spoolss.c | 4 |
1 files changed, 0 insertions, 4 deletions
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; |