Boost logo

Boost Users :

From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2006-07-30 05:09:23


You registerred your test case with 1 expected error (see the 1 as a second argument in add call).

You got 1 error as expected. So no unexpected errors is detected.

Gennadiy

  "袁晓辉" <farproc_at_[hidden]> wrote in message news:4ab8749e0607300158r779fa69ar675e3a4ea08436f4_at_mail.gmail.com...
  The doc says "It(BOOST_CHECK) also increments an error count", but it seems not:

  #include <boost/test/included/unit_test_framework.hpp>
  using boost::unit_test::test_suite;

  void test1()
  {
      BOOST_CHECK(false);
  }

  test_suite*
  init_unit_test_suite( int, char* [] ) {
      test_suite* test= BOOST_TEST_SUITE( "Unit test );
      test->add( BOOST_TEST_CASE( &test1), 1);
      return test;
  }

  Output:
  -----------------------------------------------------
  Running 1 test case...
  xxx.cpp(171): error in "test1": check
  false failed

  *** No errors detected
  -----------------------------------------------------

  ps. I am using boost-1_33_1.

------------------------------------------------------------------------------

  _______________________________________________
  Boost-users mailing list
  Boost-users_at_[hidden]
  http://lists.boost.org/mailman/listinfo.cgi/boost-users



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net