Remove prototype boost serialiation code.
[mussa.git] / alg / test / test_color.cpp
index 63e6a84787bb6aadd20a2f16a034e3d8c29a4a3b..351a54a06021e5c324ee21dc5afd185e0747a7d9 100644 (file)
@@ -1,3 +1,4 @@
+#define BOOST_AUTO_TEST_MAIN
 #include <boost/test/auto_unit_test.hpp>
 #include <boost/test/floating_point_comparison.hpp>
 #include <string>
@@ -48,6 +49,7 @@ BOOST_AUTO_TEST_CASE ( color )
   BOOST_CHECK_CLOSE (colors[Color::AlphaChannel ], dotfour, tolerance );
 }
 
+/*
 BOOST_AUTO_TEST_CASE( serialize_color )
 {
   const Color color1(1.0, 1.0, 1.0, 1.0);
@@ -86,3 +88,4 @@ BOOST_AUTO_TEST_CASE( serialize_xml_color )
   }
   BOOST_CHECK_EQUAL(color1, color2);
 }
+*/