Home
last modified time | relevance | path

Searched refs:http_category (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/system/test/
Dfailed_test.cpp41 error_category const & http_category() in http_category() function
125 Ec ec( 0, http_category() ); in test()
128 ec.assign( 200, http_category() ); in test()
131 ec = Ec( 404, http_category() ); in test()
145 BOOST_TEST( http_category().failed( 0 ) ); in main()
146 BOOST_TEST( !http_category().failed( 200 ) ); in main()
147 BOOST_TEST( http_category().failed( 404 ) ); in main()