Date: Saturday, January 21, 2006 @ 01:36:43
  Author: marc
    Path: /cvsroot/carob/carob/test/40-Parameter-PreparedStatement

Modified: TestIEEE754.cpp (1.3 -> 1.4)

fixed unwanted zero (1/3 instead of 1.0/3)


-----------------+
 TestIEEE754.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp
diff -u carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.3 
carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.4
--- carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.3       Sat Jan 
21 00:57:28 2006
+++ carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp   Sat Jan 21 
01:36:43 2006
@@ -114,7 +114,7 @@
           { -1, -1 },
           { -5e30, 1e-200 },
           { -0.1, 0.1 },
-          { -1/3, 1/3 },
+          { -1.0/3, 1.0/3 },
           { Floats::round_error(), Doubles::round_error() },
            { Floats::epsilon(), -Doubles::epsilon() },
           {  -Floats::min()*2, Doubles::min()*2 },

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to