Rev 11637: Put direction in test name in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Fri Mar 2 18:25:25 GMT 2007


At file:///home/jelmer/bzr.samba/SAMBA_4_0/

------------------------------------------------------------
revno: 11637
revision-id: jelmer at samba.org-20070302182508-udkpisu7g3orp0k7
parent: svn-v2:21660 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: SAMBA_4_0
timestamp: Fri 2007-03-02 19:25:08 +0100
message:
  Put direction in test name
modified:
  source/torture/ndr/ndr.h       svn-v2:21347 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2ftorture%2fndr%2fndr.h
=== modified file 'source/torture/ndr/ndr.h'
--- a/source/torture/ndr/ndr.h	2007-02-14 19:30:05 +0000
+++ b/source/torture/ndr/ndr.h	2007-03-02 18:25:08 +0000
@@ -38,7 +38,7 @@
 			 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);
 



More information about the samba-cvs mailing list