Revert "s4-smbtorture: skip bigendian tests against s3 in RPC-LSA-SECRETS."
authorGünther Deschner <gd@samba.org>
Thu, 8 Jul 2010 08:59:16 +0000 (10:59 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 8 Jul 2010 08:59:16 +0000 (10:59 +0200)
This reverts commit 3587bb63e21c3f033a17bb493dceb64b05fe85d6.

source4/torture/rpc/session_key.c

index e782e5e321a87d0da7088240b2fd7dbfef302303..7335c40df3ac858e506a76d28279bebf3cb0dd59 100644 (file)
@@ -165,12 +165,6 @@ static bool test_secrets(struct torture_context *torture, const void *_data)
 
        binding->flags |= settings->bindoptions;
 
-       if (binding->flags & DCERPC_PUSH_BIGENDIAN) {
-               if (torture_setting_bool(torture, "samba3", false)) {
-                       torture_skip(torture, "skipping bigendian test against samba3\n");
-               }
-       }
-
        status = dcerpc_pipe_connect_b(torture, &p, binding,
                                       &ndr_table_lsarpc,
                                       cmdline_credentials,