svn commit: samba r24695 - in branches/SAMBA_4_0/source/torture/raw: .

abartlet at samba.org abartlet at samba.org
Mon Aug 27 01:55:06 GMT 2007


Author: abartlet
Date: 2007-08-27 01:55:03 +0000 (Mon, 27 Aug 2007)
New Revision: 24695

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24695

Log:
Now the Samba4 passes this test, remove the skip...

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/torture/raw/rename.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/rename.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/rename.c	2007-08-27 01:54:32 UTC (rev 24694)
+++ branches/SAMBA_4_0/source/torture/raw/rename.c	2007-08-27 01:55:03 UTC (rev 24695)
@@ -125,14 +125,6 @@
 		printf("(%s) Incorrect filename [%s] after case-changing "
 		       "rename, should be [%s]\n", __location__,
 		       finfo.all_info.out.fname.s, Fname1);
-		/*
-		 * Samba4 apparently does not do this. Leave the error
-		 * message, but don't fail make test over this.
-		 */
-		if (!lp_parm_bool(-1, "torture", "samba4", False)) {
-			ret = False;
-			goto done;
-		}
 	}
 
 	io.rename.in.pattern1 = fname1;



More information about the samba-cvs mailing list