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

CVS User gkajmowi gkajmowi at codepoet.org
Thu Jan 6 18:03:11 UTC 2005


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

Modified Files:
	listtest.good maptest.good 
Log Message:
Miscellaneous changes to list, map, utility as well as the test suite.

--- /var/cvs/uClibc++/tests/testoutput/listtest.good	2004/12/23 16:06:50	1.1
+++ /var/cvs/uClibc++/tests/testoutput/listtest.good	2005/01/06 18:03:09	1.2
@@ -82,6 +82,11 @@
 The following two lines should be identical
 1 3 4 2 
 1 3 4 2 
+Testing operator=()
+The following three lines should be identical
+12.8 22.4 37.9 48.5 21.2 85.4 24.6 69.7 
+12.8 22.4 37.9 48.5 21.2 85.4 24.6 69.7 
+12.8 22.4 37.9 48.5 21.2 85.4 24.6 69.7 
 
 Testing sorting
 The following two lines should be identical:
--- /var/cvs/uClibc++/tests/testoutput/maptest.good	2004/12/23 16:06:50	1.1
+++ /var/cvs/uClibc++/tests/testoutput/maptest.good	2005/01/06 18:03:09	1.2
@@ -13,6 +13,11 @@
 b: 2
 c: 3
 k: 11
+Elements in reverse order:
+k: 11
+c: 3
+b: 2
+a: 65
 Number of elements: 4
 Container empty? 0
 Finding element "c"



More information about the uClibc-cvs mailing list