r21661: Put direction in test name
authorJelmer Vernooij <jelmer@samba.org>
Fri, 2 Mar 2007 18:27:45 +0000 (18:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:49:06 +0000 (14:49 -0500)
source/torture/ndr/ndr.h

index 6d3a8400340bac5fc8b0d7082748af667f45a39a..1bbeec7917cacb50ed2bbfe0ea184c74a7d8ae2c 100644 (file)
@@ -38,7 +38,7 @@ _PUBLIC_ struct torture_test *_torture_suite_add_ndr_pull_test(
                         sizeof(struct name), 0, (bool (*) (struct torture_context *, void *)) check_fn);
 
 #define torture_suite_add_ndr_pull_fn_test(suite,name,data,flags,check_fn) \
-               _torture_suite_add_ndr_pull_test(suite, #name, \
+               _torture_suite_add_ndr_pull_test(suite, #name "_" #flags, \
                         (ndr_pull_flags_fn_t)ndr_pull_ ## name, data_blob_talloc(suite, data, sizeof(data)), \
                         sizeof(struct name), flags, (bool (*) (struct torture_context *, void *)) check_fn);