- Timestamp:
- 22/01/2012 16:19:19 (4 months ago)
- File:
-
- 1 edited
-
box/trunk/lib/common/Test.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/common/Test.h
r2940 r3060 56 56 bool didthrow = false; \ 57 57 HideExceptionMessageGuard hide; \ 58 BOX_TRACE("Exception logging disabled at " __FILE__ ":" \ 59 << __LINE__); \ 58 60 try \ 59 61 { \ … … 92 94 if(_exp_str != _found_str) \ 93 95 { \ 94 printf("Expected <%s> but found <%s>\n",\95 _ exp_str.c_str(), _found_str.c_str()); \96 BOX_ERROR("Expected <" << _exp_str << "> but found <" << \ 97 _found_str << ">"); \ 96 98 \ 97 99 std::ostringstream _oss3; \
Note: See TracChangeset
for help on using the changeset viewer.
