svn commit: samba r22246 - in branches/SAMBA_4_0/source/lib/replace/test: .

metze at samba.org metze at samba.org
Mon Apr 16 07:40:34 GMT 2007


Author: metze
Date: 2007-04-16 07:40:32 +0000 (Mon, 16 Apr 2007)
New Revision: 22246

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

Log:
only test strtoll once

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


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/test/testsuite.c
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/test/testsuite.c	2007-04-16 06:30:20 UTC (rev 22245)
+++ branches/SAMBA_4_0/source/lib/replace/test/testsuite.c	2007-04-16 07:40:32 UTC (rev 22246)
@@ -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