2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-20 03:02:10 +00:00

forgoten test updates

[SVN r81221]
This commit is contained in:
Gennadiy Rozental
2012-11-06 15:09:49 +00:00
parent 57c8e7233b
commit fa664bb897
2 changed files with 13 additions and 4 deletions

View File

@@ -100,7 +100,10 @@ void name ## _impl_defer(); \
\
BOOST_AUTO_TEST_CASE( name ) \
{ \
test_case* impl = make_test_case( &name ## _impl, #name ); \
test_case* impl = make_test_case( &name ## _impl, \
#name, \
__FILE__, \
__LINE__ ); \
\
unit_test_log.set_stream( ots() ); \
unit_test_log.set_threshold_level( log_nothing ); \