From acdfe6dcd85b6730f7960eaf518d298b11f7d621 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 2 Mar 2007 18:27:45 +0000 Subject: r21661: Put direction in test name (This used to be commit bb0ebdab63bd8ba643f372fda8fe2ef4d600035b) --- source4/torture/ndr/ndr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/ndr') diff --git a/source4/torture/ndr/ndr.h b/source4/torture/ndr/ndr.h index 6d3a840034..1bbeec7917 100644 --- a/source4/torture/ndr/ndr.h +++ b/source4/torture/ndr/ndr.h @@ -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); -- cgit