svn commit: samba r22248 - in branches/SAMBA_3_0_25/source/lib/replace/test: .

metze at samba.org metze at samba.org
Mon Apr 16 07:41:13 GMT 2007


Author: metze
Date: 2007-04-16 07:41:12 +0000 (Mon, 16 Apr 2007)
New Revision: 22248

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

Log:
merge from samba4:

only test strtoll once

metze
Modified:
   branches/SAMBA_3_0_25/source/lib/replace/test/testsuite.c


Changeset:
Modified: branches/SAMBA_3_0_25/source/lib/replace/test/testsuite.c
===================================================================
--- branches/SAMBA_3_0_25/source/lib/replace/test/testsuite.c	2007-04-16 07:41:01 UTC (rev 22247)
+++ branches/SAMBA_3_0_25/source/lib/replace/test/testsuite.c	2007-04-16 07:41:12 UTC (rev 22248)
@@ -651,7 +651,6 @@
 	ret &= test_getpass();
 	ret &= test_inet_ntoa();
 	ret &= test_strtoll();
-	ret &= test_strtoll();
 	ret &= test_strtoull();
 	ret &= test_va_copy();
 	ret &= test_FUNCTION();



More information about the samba-cvs mailing list