id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 11569,Insufficient bullet-proofing in boost::unit_test::framework::get,William R. Deever ,Gennadiy Rozental,"When I ran a minimal toy problem (I'm VERY new to BUT), I got an exception after the single test in my ""toy problem"" completed. In the debugger I traced it to framework.ipp L 388. The exception is almost certainly due to my inexperience, but the code appears to be insufficiently bullet-proof against newbies. I suggest adding something like the following at L387: if (!res) throw internal_error( ""Unknown test unit""); I am running on Mac OS 10.10.5 (Yosemite). I am attaching the case that produced the error but note that I am NOT requesting that you identify my error (unless it helps you with the real issue).",Bugs,closed,To Be Determined,test,Boost 1.58.0,Optimization,obsolete,exception,