You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2008/02/02 14:34:59 UTC

svn commit: r617795 - /activemq/activemq-cpp/decaf/trunk/src/test/testRegistry.cpp

Author: tabish
Date: Sat Feb  2 05:34:59 2008
New Revision: 617795

URL: http://svn.apache.org/viewvc?rev=617795&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQCPP-103

The code for unix works, but won't compile on windows for now we will have to live with that.  We may need to add fdlibm if we want those methods to work on windows.

Modified:
    activemq/activemq-cpp/decaf/trunk/src/test/testRegistry.cpp

Modified: activemq/activemq-cpp/decaf/trunk/src/test/testRegistry.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/decaf/trunk/src/test/testRegistry.cpp?rev=617795&r1=617794&r2=617795&view=diff
==============================================================================
--- activemq/activemq-cpp/decaf/trunk/src/test/testRegistry.cpp (original)
+++ activemq/activemq-cpp/decaf/trunk/src/test/testRegistry.cpp Sat Feb  2 05:34:59 2008
@@ -59,8 +59,8 @@
 #include <decaf/io/DataOutputStreamTest.h>
 CPPUNIT_TEST_SUITE_REGISTRATION( decaf::io::DataOutputStreamTest );
 
-//#include <decaf/lang/MathTest.h>
-//CPPUNIT_TEST_SUITE_REGISTRATION( decaf::lang::MathTest );
+#include <decaf/lang/MathTest.h>
+CPPUNIT_TEST_SUITE_REGISTRATION( decaf::lang::MathTest );
 #include <decaf/lang/ByteTest.h>
 CPPUNIT_TEST_SUITE_REGISTRATION( decaf::lang::ByteTest );
 #include <decaf/lang/CharacterTest.h>