Rev 11502: Remove test that uses empty array. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Sat Feb 17 13:56:12 GMT 2007


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

------------------------------------------------------------
revno: 11502
revision-id: jelmer at samba.org-20070217135603-92hi5qaxrxwoqulu
parent: svn-v2:21407 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: SAMBA_4_0
timestamp: Sat 2007-02-17 14:56:03 +0100
message:
  Remove test that uses empty array.
modified:
  source/torture/ndr/dfs.c       svn-v2:21381 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2ftorture%2fndr%2fdfs.c
=== modified file 'source/torture/ndr/dfs.c'
--- a/source/torture/ndr/dfs.c	2007-02-16 12:47:08 +0000
+++ b/source/torture/ndr/dfs.c	2007-02-17 13:56:03 +0000
@@ -23,8 +23,6 @@
 #include "torture/ndr/ndr.h"
 #include "librpc/gen_ndr/ndr_dfs.h"
 
-static const uint8_t getmanagerversion_in_data[] = {};
-
 static const uint8_t getmanagerversion_out_data[] = {
   0x04, 0x00, 0x00, 0x00
 };
@@ -107,7 +105,6 @@
 {
 	struct torture_suite *suite = torture_suite_create(ctx, "dfs");
 
-	torture_suite_add_ndr_pull_fn_test(suite, dfs_GetManagerVersion, getmanagerversion_in_data, NDR_IN, NULL );
 	torture_suite_add_ndr_pull_fn_test(suite, dfs_GetManagerVersion, getmanagerversion_out_data, NDR_OUT, getmanagerversion_out_check );
 
 	torture_suite_add_ndr_pull_fn_test(suite, dfs_EnumEx, enumex_in_data300, NDR_IN, enumex_in_check300 );



More information about the samba-cvs mailing list