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

CVS User gkajmowi gkajmowi at codepoet.org
Fri Jan 7 21:50:48 UTC 2005


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

Modified Files:
	listtest.good 
Log Message:
Fix problem in list::insert which improperly handles pointers under common conditions
Change std::string::find(Ch) to use it's own code instead of calling the string find function through the string constructor.

--- /var/cvs/uClibc++/tests/testoutput/listtest.good	2005/01/06 21:19:32	1.3
+++ /var/cvs/uClibc++/tests/testoutput/listtest.good	2005/01/07 21:50:44	1.4
@@ -54,6 +54,10 @@
 12.8 22.4 37.9 48.5 21.2
 12.8 22.4 37.9 48.5 21.2 
 
+Testing front() and back()
+Front (should be 21.2): 21.2
+Back (should be 12.8): 12.8
+
 Testing splice
 The following two lines should be identical:
 12.8 85.4 24.6 69.7 22.4 37.9 48.5 21.2
@@ -89,7 +93,7 @@
 69.7 24.6 85.4 21.2 48.5 37.9 22.4 12.8 
 
 Testing lists with pointer parameters
-testClass::write()
+testSubClass::write()
 
 Testing sorting
 The following two lines should be identical:



More information about the uClibc-cvs mailing list