svn commit: samba r19550 - in branches/SAMBA_4_0/source/torture/local: .

tridge at samba.org tridge at samba.org
Sat Nov 4 04:49:02 GMT 2006


Author: tridge
Date: 2006-11-04 04:49:02 +0000 (Sat, 04 Nov 2006)
New Revision: 19550

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

Log:

the sense of this test was wrong

Modified:
   branches/SAMBA_4_0/source/torture/local/iconv.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/local/iconv.c
===================================================================
--- branches/SAMBA_4_0/source/torture/local/iconv.c	2006-11-04 04:48:46 UTC (rev 19549)
+++ branches/SAMBA_4_0/source/torture/local/iconv.c	2006-11-04 04:49:02 UTC (rev 19550)
@@ -313,7 +313,7 @@
 		}
 
 		if (codepoint % 1000 == 0) {
-			if (!torture_setting_bool(tctx, "progress", True)) {
+			if (torture_setting_bool(tctx, "progress", True)) {
 				torture_comment(tctx, "codepoint=%u   \r", codepoint);
 			}
 		}
@@ -333,7 +333,7 @@
 		unsigned int c;
 
 		if (i % 1000 == 0) {
-			if (!torture_setting_bool(tctx, "progress", true)) {
+			if (torture_setting_bool(tctx, "progress", true)) {
 				torture_comment(tctx, "i=%u              \r", i);
 			}
 		}



More information about the samba-cvs mailing list