$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r81486 - trunk/libs/conversion/test
From: antoshkka_at_[hidden]
Date: 2012-11-22 11:33:55
Author: apolukhin
Date: 2012-11-22 11:33:54 EST (Thu, 22 Nov 2012)
New Revision: 81486
URL: http://svn.boost.org/trac/boost/changeset/81486
Log:
Comment out some minor unrequired tests
Text files modified: 
   trunk/libs/conversion/test/lexical_cast_stream_traits_test.cpp |    12 ++++++------                            
   1 files changed, 6 insertions(+), 6 deletions(-)
Modified: trunk/libs/conversion/test/lexical_cast_stream_traits_test.cpp
==============================================================================
--- trunk/libs/conversion/test/lexical_cast_stream_traits_test.cpp	(original)
+++ trunk/libs/conversion/test/lexical_cast_stream_traits_test.cpp	2012-11-22 11:33:54 EST (Thu, 22 Nov 2012)
@@ -100,14 +100,14 @@
     test_optimized_types_to_string<float>();
     test_optimized_types_to_string<std::string>();
     test_optimized_types_to_string<char*>();
-    test_optimized_types_to_string<char[5]>();
-    test_optimized_types_to_string<char[1]>();
+    //test_optimized_types_to_string<char[5]>();
+    //test_optimized_types_to_string<char[1]>();
     test_optimized_types_to_string<unsigned char*>();
-    test_optimized_types_to_string<unsigned char[5]>();
-    test_optimized_types_to_string<unsigned char[1]>();
+    //test_optimized_types_to_string<unsigned char[5]>();
+    //test_optimized_types_to_string<unsigned char[1]>();
     test_optimized_types_to_string<signed char*>();
-    test_optimized_types_to_string<signed char[5]>();
-    test_optimized_types_to_string<signed char[1]>();
+    //test_optimized_types_to_string<signed char[5]>();
+    //test_optimized_types_to_string<signed char[1]>();
     test_optimized_types_to_string<boost::array<char, 1> >();
     test_optimized_types_to_string<boost::array<char, 5> >();
     test_optimized_types_to_string<boost::array<unsigned char, 1> >();