[sword-cvs] sword/tests swbuftest.cpp,1.8,1.9

sword at www.crosswire.org sword at www.crosswire.org
Thu Jun 10 12:55:07 MST 2004


Committed by: mgruner

Update of /cvs/core/sword/tests
In directory www:/tmp/cvs-serv21634

Modified Files:
	swbuftest.cpp 
Log Message:
mgruner: disable console output.


Index: swbuftest.cpp
===================================================================
RCS file: /cvs/core/sword/tests/swbuftest.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- swbuftest.cpp	17 Apr 2004 17:17:17 -0000	1.8
+++ swbuftest.cpp	10 Jun 2004 19:55:05 -0000	1.9
@@ -15,7 +15,7 @@
 	}
 	speed.resize(BASEI/100L);
 	cout << "\nappend ch test -------\n";
-	cout << speed << "\n";
+// 	cout << speed << "\n";
 }
 
 
@@ -31,7 +31,7 @@
 	cout << "\nappend string test -------\n";
 	speed = SWBuf(speed.c_str() + iterations);
 	speed.resize(BASEI/100L);
-	cout << speed << "\n";
+// 	cout << speed << "\n";
 }
 
 
@@ -45,7 +45,7 @@
 		}
 	}
 	cout << "\nsubscript access test -------\n";
-	cout << speed << "\n";
+// 	cout << speed << "\n";
 }
 
 void ctorAssignTest() {
@@ -59,7 +59,7 @@
 	cout << "\nconstructor and assign test -------\n";
 	SWBuf speedl;
 	speedl = speed;
-	cout << speedl << "\n";
+// 	cout << speedl << "\n";
 }
 
 void compareTest() {
@@ -93,7 +93,7 @@
 	
 	//speed = SWBuf(speed.c_str() + iterations);
 	//speed.resize(BASEI/100L);
-	cout << speed << "\n";
+// 	cout << speed << "\n";
 }
 
 int main(int argc, char **argv) {
@@ -123,6 +123,6 @@
 	appendStringTest();
 	subscriptTest();
 	ctorAssignTest();
-	compareTest();
+// 	compareTest();
 }
 



More information about the sword-cvs mailing list