Re: [Boost-bugs] [Boost C++ Libraries] #12876: BOOST_CHECK_EQUAL fail for vector<int> with operator<< for vector<T>

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #12876: BOOST_CHECK_EQUAL fail for vector<int> with operator<< for vector<T>
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-03-01 11:31:08


#12876: BOOST_CHECK_EQUAL fail for vector<int> with operator<< for vector<T>
-------------------------------+---------------------
  Reporter: 401819174@… | Owner: rogeeff
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: test
   Version: Boost 1.61.0 | Severity: Problem
Resolution: invalid | Keywords:
-------------------------------+---------------------
Changes (by renficiaud):

 * status: new => closed
 * resolution: => invalid

Comment:

 You have
 [http://www.boost.org/doc/libs/1_63_0/libs/test/doc/html/boost_test/utf_reference/testing_tool_ref/assertion_boost_level_eq_collections.html
 BOOST_CHECK_EQUAL_COLLECTIONS] or
 [http://www.boost.org/doc/libs/1_63_0/libs/test/doc/html/boost_test/testing_tools/extended_comparison/collections.html
 BOOST_TEST] that works on collections as well.

 If the underlying type is not printable, then you should consider using
 [http://www.boost.org/doc/libs/1_63_0/libs/test/doc/html/boost_test/utf_reference/testout_reference/test_output_macro_disable_type.html
 BOOST_TEST_DONT_PRINT_LOG_VALUE]

 Best,
 Raffi

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/12876#comment:2>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-03-01 11:37:24 UTC