Update of /cvsroot/mockpp/mockpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11753
Modified Files:
ChangeLog
Log Message:
wrong comparison on certain values
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mockpp/mockpp/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- ChangeLog 13 Nov 2005 14:07:12 -0000 1.74
+++ ChangeLog 14 Nov 2005 17:26:11 -0000 1.75
@@ -12,6 +12,7 @@
- added template based classes to mock methods (chainable and visitable)
- compatibilty break: cleanup and removed all methods clear() as they were
mostly duplicates of reset()
+ - IsCloseTo compared wrong when passed scalar values exctly on the bounds
2005-10-11 1.9.5:
|