summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-07-16 22:46:58 +0200
committerGünther Deschner <gd@samba.org>2010-07-16 22:47:30 +0200
commit3b0c87cf319b562aeb1f5e12135905d6d57e926f (patch)
treecacdaaec5bc5c3c42fe9736b5e385b899d2337f3 /source4
parent1c7d08990469cc41e07e11e3d3d714021753f7e2 (diff)
downloadsamba-3b0c87cf319b562aeb1f5e12135905d6d57e926f.tar.gz
samba-3b0c87cf319b562aeb1f5e12135905d6d57e926f.tar.bz2
samba-3b0c87cf319b562aeb1f5e12135905d6d57e926f.zip
s4-smbtorture: run all testcases with bigendian push as well in RPC-BIND.
Guenther
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/bind.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/torture/rpc/bind.c b/source4/torture/rpc/bind.c
index c2bd60143d..f6470595e3 100644
--- a/source4/torture/rpc/bind.c
+++ b/source4/torture/rpc/bind.c
@@ -110,6 +110,9 @@ struct torture_suite *torture_rpc_bind(TALLOC_CTX *mem_ctx)
for (i=0; i < ARRAY_SIZE(tests); i++) {
test_bind_op(suite, tests[i].test_name, tests[i].flags);
}
+ for (i=0; i < ARRAY_SIZE(tests); i++) {
+ test_bind_op(suite, talloc_asprintf(suite, "bigendian,%s", tests[i].test_name), tests[i].flags | DCERPC_PUSH_BIGENDIAN);
+ }
return suite;
}