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

CVS User gkajmowi gkajmowi at codepoet.org
Mon Jan 3 22:02:55 UTC 2005


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

Modified Files:
	stringtest.good 
Log Message:
Added find_first_not of to string class

--- /var/cvs/uClibc++/tests/testoutput/stringtest.good	2005/01/03 16:28:53	1.3
+++ /var/cvs/uClibc++/tests/testoutput/stringtest.good	2005/01/03 22:02:53	1.4
@@ -46,3 +46,19 @@
 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
+
+Checking find_last_of on string "This is the string we are searching through"
+Position of "the": 42 = should be 42
+Position of 'g': 41 - should be 41
+Position of "search": 42 - should be 42
+Position of "is" starting at character 4: 3 - should be 3
+Position of "q": 4294967295 - should be 4294967295
+Position of "This": 42 - should be 42
+
+Checking find_first_not_of on string "This is the string we are searching through"
+Position of "the": 0 = should be 0
+Position of 'g': 0 - should be 0
+Position of "search": 0 - should be 0
+Position of "is" starting at character 5: 7 - should be 7
+Position of "q": 0 - should be 0
+Position of "This": 4 - should be 4



More information about the uClibc-cvs mailing list