2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-16 01:42:11 +00:00
Files
test/doc/examples/boost_test_container_lex.output
2015-05-19 15:48:33 +02:00

18 lines
937 B
Plaintext

//[example_output
> ./boost_test_container_lex --log_level=all
Running 1 test case...
Entering test module "boost_test_container_lex"
boost_test_container_lex.cpp:15: Entering test case "test_collections_vectors_lex"
boost_test_container_lex.cpp:19: error: in "test_collections_vectors_lex": check a < a has failed
Collections appear to be equal.
boost_test_container_lex.cpp:20: error: in "test_collections_vectors_lex": check a < b has failed
Failure at position 2: 3 >= 2.
boost_test_container_lex.cpp:21: info: check a < c has passed
boost_test_container_lex.cpp:22: error: in "test_collections_vectors_lex": check a >= c has failed
Second collection has extra trailing elements.
boost_test_container_lex.cpp:15: Leaving test case "test_collections_vectors_lex"; testing time: 267mks
Leaving test module "boost_test_container_lex"; testing time: 341mks
*** 3 failures are detected in the test module "boost_test_container_lex"
//]