[uClibc-cvs] CVS uClibc++/tests/testoutput

CVS User gkajmowi gkajmowi at codepoet.org
Mon Jan 3 16:28:54 UTC 2005


Update of /var/cvs/uClibc++/tests/testoutput
In directory nail:/tmp/cvs-serv29451/tests/testoutput

Modified Files:
	stringtest.good 
Log Message:
Addition of <iomanip> as well as minor syntax error fixes all over.

--- /var/cvs/uClibc++/tests/testoutput/stringtest.good	2005/01/02 04:14:17	1.2
+++ /var/cvs/uClibc++/tests/testoutput/stringtest.good	2005/01/03 16:28:53	1.3
@@ -24,18 +24,25 @@
 "is th"
 "is th"
 
-Checking find on string "
-This is the string we are searching through"
+Checking find on string "This is the string we are searching through"
 Position of "the": 8 - should be 8
 Position of 'g': 17 - should be 17
 Position of "search": 26 - should be 26
 Position of "is" starting at character 3: 5 - should be 5
 Position of "q": 4294967295 - should be 4294967295
 
-Checking rfind on string "
-This is the string we are searching through"
-8 = should be 8
+Checking rfind on string "This is the string we are searching through"
+Position of "the": 8 = should be 8
 Position of 'g': 41 - should be 41
 Position of "search": 26 - should be 26
 Position of "is" starting at character 3: 2 - should be 2
 Position of "q": 4294967295 - should be 4294967295
+Position of "This": 0 - should be 0
+
+Checking find_first_of on string "This is the string we are searching through"
+Position of "the": 1 = should be 1
+Position of 'g': 17 - should be 17
+Position of "search": 1 - should be 1
+Position of "is" starting at character 4: 5 - should be 5
+Position of "q": 4294967295 - should be 4294967295
+Position of "This": 0 - should be 0



More information about the uClibc-cvs mailing list