Date: Thursday, January 26, 2006 @ 00:18:52
  Author: marc
    Path: /cvsroot/carob/carob/test/40-Parameter-PreparedStatement

Modified: TestIEEE754.cpp (1.5 -> 1.6)

Testing a couple of more values. CAROB-31


-----------------+
 TestIEEE754.cpp |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)


Index: carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp
diff -u carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.5 
carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.6
--- carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.5       Thu Jan 
26 00:01:54 2006
+++ carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp   Thu Jan 26 
00:18:52 2006
@@ -119,6 +119,11 @@
            { Floats::epsilon(), -Doubles::epsilon() },
           {  -Floats::min()*2, Doubles::min()*2 },
           { Floats::max()/2, -Doubles::max()/2 },
+          {  -Floats::min(), Doubles::min() },
+          { Floats::max(), -Doubles::max() },
+          { -Floats::denorm_min(), Doubles::denorm_min() },
+          { -Floats::min(), Doubles::min() },
+          { Floats::max(), -Doubles::max() },
           { 0, 0 } // END OF DATA
         };
 
@@ -132,12 +137,13 @@
 
     createOrReplaceTable(connectionPtr, TABLE_NAME, TABLE_TYPE);
 
-    // TODO
-    //       { Floats::denorm_min(), Doubles::denorm_min() },
-//          { -Floats::min(), Doubles::min() },
-//          { Floats::max(), -Doubles::max() },
-
+    fd_t basicdata[] =
+        {
+//          { Floats::infinity(), -Doubles::infinity() },
+          { 0, 0 } // END OF DATA
+        };
 
+    write_read(connectionPtr, basicdata);
 
 }
 

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

Reply via email to