Samba3 smbd now passes test BATCH23 (with the fix for bug #5979), only BATCH22 left...
authorJeremy Allison <jra@samba.org>
Thu, 18 Dec 2008 01:30:18 +0000 (17:30 -0800)
committerJeremy Allison <jra@samba.org>
Thu, 18 Dec 2008 01:30:18 +0000 (17:30 -0800)
Jeremy.

source4/torture/raw/oplock.c

index 4ffb24eb03189edd873ac846e2fb0737804842d1..f0afee26ccf816316e1693acd5802ae5be483f20 100644 (file)
@@ -2632,10 +2632,6 @@ static bool test_raw_oplock_batch23(struct torture_context *tctx, struct smbcli_
        uint16_t fnum=0, fnum2=0,fnum3=0;
        struct smbcli_state *cli3 = NULL;
 
-       if (torture_setting_bool(tctx, "samba3", false)) {
-               torture_skip(tctx, "BATCH23 disabled against samba3\n");
-       }
-
        if (!torture_setup_dir(cli1, BASEDIR)) {
                return false;
        }