Date: Monday, January 15, 2007 @ 16:42:40
  Author: marc
    Path: /cvsroot/carob/carob/test/40-Parameter-PreparedStatement

Modified: TestIEEE754.cpp (1.20 -> 1.21)

#if CAROB_DEBUG_FLOAT -> #ifdef CAROB_DEBUG_FLOAT


-----------------+
 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.20 
carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.21
--- carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp:1.20      Mon Jan 
15 14:00:28 2007
+++ carob/test/40-Parameter-PreparedStatement/TestIEEE754.cpp   Mon Jan 15 
16:42:40 2007
@@ -140,7 +140,7 @@
         CPPUNIT_ASSERT(drsPtr->next());
         CPPUNIT_ASSERT(drsPtr->getAsInt(1) == row);
 
-#if CAROB_DEBUG_FLOAT
+#ifdef CAROB_DEBUG_FLOAT
         std::cout << "tried to send: ";
         printrow(data[row].f, data[row].d);
         std::cout << std::endl << "received:      ";

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

Reply via email to